| Index: modules/statsmaster/manifests/init.pp |
| =================================================================== |
| --- a/modules/statsmaster/manifests/init.pp |
| +++ b/modules/statsmaster/manifests/init.pp |
| @@ -21,19 +21,17 @@ class statsmaster { |
| file {'/home/stats/.ssh/known_hosts': |
| ensure => present, |
| owner => stats, |
| mode => 0400, |
| source => 'puppet:///modules/statsmaster/known_hosts', |
| } |
| - package {'python-simplejson':} |
| - |
| - package {'python-jinja2':} |
| + package {['python-simplejson', 'python-jinja2']:} |
| class {'sitescripts': |
| sitescriptsini_source => 'puppet:///modules/statsmaster/sitescripts.ini', |
| } |
| class {'nginx': |
| worker_processes => 2, |
| worker_connections => 4000, |