rjpearce / puppet-roundcube

Roundcube Module for Puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-roundcube

Overview

Install and configure roundcube with optional apache/mysql configuration.

  • roundcube : Main define for the roundcube.

Examples

Typical user with apache and mysql configuration :

roundcube { 'webmail.example.com':
  docroot        => '/var/www/webmail.example.com',
  mysql_username => 'webmail',
  mysql_password => 'password',
  mysql_dbname   => 'webmail',
  imap_server    => 'ssl://imap.example.com',
  imap_port      => '993',
  version        => '0.91';
}

About

Roundcube Module for Puppet

License:MIT License


Languages

Language:Puppet 67.8%Language:PHP 32.2%