/[adm]/puppet/modules/planet/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/planet/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1019 by dams, Fri Feb 11 17:54:32 2011 UTC revision 1020 by dams, Fri Feb 11 18:09:26 2011 UTC
# Line 7  class planet { Line 7  class planet {
7      }      }
8    
9      include apache::mod_php      include apache::mod_php
10        include apache::mod_deflate
11      apache::vhost_other_app { "planet.$domain":      apache::vhost_other_app { "planet.$domain":
12          vhost_file => "planet/02_planet_vhosts.conf",          vhost_file => "planet/02_planet_vhosts.conf",
13      }      }
# Line 18  class planet { Line 19  class planet {
19          mode => 644,          mode => 644,
20      }      }
21    
22      package { ['apache-mod_deflate']:      package { ['php-iconv']:
23          ensure => installed          ensure => installed
24      }      }
25  }  }

Legend:
Removed from v.1019  
changed lines
  Added in v.1020

  ViewVC Help
Powered by ViewVC 1.1.30