From 990aa8cb13d5abbf3817d4fdd69f89d24f7283a6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 8 May 2011 21:43:01 -0300 Subject: Adding roundcube configuration --- manifests/web.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests') diff --git a/manifests/web.pp b/manifests/web.pp index 2b8cf9c..073bc6c 100644 --- a/manifests/web.pp +++ b/manifests/web.pp @@ -21,6 +21,15 @@ class mail::web::virtual inherits websites::setup { content => template('mail/postfixadmin/config.inc.php.erb'), require => File["${apache_sites_folder}/postfixadmin/site"], } + + file { "/etc/roundcube/main.inc.php": + ensure => present, + owner => root, + group => www-data, + mode => 0640, + source => "puppet:///modules/mail/roundcube/main.inc.php", + require => Package['roundcube'], + } } class mail::web::sympa inherits websites::setup { -- cgit v1.2.3