Installs/Configures roundcube webmail, a PHP Mail application
- centos
- yum
- apache2
- php
- mysql
- database
- openssl
node['roundcube']['database']['user']
- Username to grant access privileges for database.node['roundcube']['database']['name']
- Name of the roundcube database.node['roundcube']['database']['password']
- Random generated string via secure_password or manually set.node['roundcube']['source']['url']
- URL to fetch the tar.gz source from.node['roundcube']['version']
- Roundcube Version string to install from source.node['roundcube']['destination']
- Destination directory to extract Roundcube source tonode['roundcube']['config']
- Adjust some basic configuration variables. See attributes file default.rb.
Install and configurea a basic roundcube Webmail service.
Author:: Sebastian Grewe ([email protected])
Copyright:: 2012, Sebastian Grewe
License:: All rights reserved