/[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 1634 by boklm, Tue May 24 09:41:53 2011 UTC revision 1635 by boklm, Tue May 24 10:21:10 2011 UTC
# Line 40  class apache { Line 40  class apache {
40              content => template("apache/00_default_vhosts.conf")              content => template("apache/00_default_vhosts.conf")
41          }          }
42    
43            file { "/etc/logrotate.d/httpd":
44                ensure => "present",
45                owner => root,
46                group => root,
47                mode => 644,
48                content => template("apache/logrotate")
49            }
50    
51      }      }
52            
53      class mod_php inherits base {      class mod_php inherits base {

Legend:
Removed from v.1634  
changed lines
  Added in v.1635

  ViewVC Help
Powered by ViewVC 1.1.30