/[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 833 by dams, Tue Jan 18 17:07:54 2011 UTC revision 837 by boklm, Tue Jan 18 17:33:02 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":      apache::vhost_other_app { "blog.$domain":
21          path => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf",          vhost_file => "/etc/httpd/conf/vhosts.d/01_blogs_vhosts.conf",
         ensure => present,  
         owner => root,  
         group => root,  
         mode => 644,  
         content => template("blog/01_blogs_vhosts.conf")  
22      }      }
23    
24      file { "/var/lib/blog":      file { "/var/lib/blog":

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

  ViewVC Help
Powered by ViewVC 1.1.30