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

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

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

revision 831 by dams, Tue Jan 18 16:59:26 2011 UTC revision 833 by dams, Tue Jan 18 17:07:54 2011 UTC
# Line 17  class blog { Line 17  class blog {
17          content => template("blog/check_new-blog-post.sh")          content => template("blog/check_new-blog-post.sh")
18      }      }
19    
20      file { "01_blogs_vhosts.conf":      file { "01_blogs_vhosts":
21          path => "/etc/httpd/conf/vhosts.d/",          path => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf",
22          ensure => present,          ensure => present,
23          owner => root,          owner => root,
24          group => root,          group => root,

Legend:
Removed from v.831  
changed lines
  Added in v.833

  ViewVC Help
Powered by ViewVC 1.1.30