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

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

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

revision 201 by misc, Mon Nov 8 01:12:49 2010 UTC revision 207 by boklm, Mon Nov 8 13:13:13 2010 UTC
# Line 22  class apache { Line 22  class apache {
22              group => root,              group => root,
23              mode => 644,              mode => 644,
24          }          }
25    
26            file { "00_default_vhosts.conf":
27                path => "/etc/httpd/conf/vhosts.d/00_default_vhosts.conf",
28                ensure => "present",
29                owner => root,
30                group => root,
31                mode => 644,
32                notify => Service['apache'],
33                content => template("apache/00_default_vhosts.conf")
34            }
35      }      }
36            
37      class mod_php inherits base {      class mod_php inherits base {

Legend:
Removed from v.201  
changed lines
  Added in v.207

  ViewVC Help
Powered by ViewVC 1.1.30