| Index: modules/statsmaster/manifests/init.pp |
| =================================================================== |
| --- a/modules/statsmaster/manifests/init.pp |
| +++ b/modules/statsmaster/manifests/init.pp |
| @@ -56,16 +56,23 @@ class statsmaster { |
| } |
| file {'/var/www/statsdata': |
| ensure => directory, |
| mode => 0755, |
| owner => stats, |
| } |
| + file {'/var/www/statsdata/usercounts.html': |
| + ensure => file, |
| + mode => 0444, |
| + source => 'puppet:///modules/statsmaster/usercounts.html', |
| + owner => stats, |
| + } |
| + |
| file {'/var/www/htpasswd': |
| ensure => file, |
| mode => 0444, |
| source => 'puppet:///modules/private/stats-htpasswd', |
| } |
| file {'/etc/nginx/sites-available/adblockplus.org_sslcert.key': |
| ensure => file, |