/[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 1267 by dams, Thu Mar 3 18:01:31 2011 UTC revision 1272 by dams, Mon Mar 7 10:21:16 2011 UTC
# Line 34  class blog { Line 34  class blog {
34          include apache::mod_php          include apache::mod_php
35    
36          $blog_location = "/var/www/html/blog.$domain"          $blog_location = "/var/www/html/blog.$domain"
37          $blog_domain = "blog-test.$domain"          $blog_domain = "blog.$domain"
38    
39          apache::vhost_base { "$blog_domain":          apache::vhost_base { "$blog_domain":
40              location => $blog_location,              location => $blog_location,
# Line 50  class blog { Line 50  class blog {
50    
51          file { "$blog_location":          file { "$blog_location":
52                  ensure => directory,                  ensure => directory,
53                  owner => blog,                  owner => apache,
54                  group => apache,                  group => apache,
55                  mode => 644,                  mode => 644,
56          }          }

Legend:
Removed from v.1267  
changed lines
  Added in v.1272

  ViewVC Help
Powered by ViewVC 1.1.30