/[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 2690 by misc, Sun Mar 25 12:20:32 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 31  class blog { Line 31  class blog {
31    
32          include apache::mod::php          include apache::mod::php
33    
34          apache::vhost_base { "$blog_domain":          apache::vhost::base { "$blog_domain":
35              location => $blog_location,              location => $blog_location,
36              content => template('blog/blogs_vhosts.conf'),              content => template('blog/blogs_vhosts.conf'),
37          }          }
38    
39          apache::vhost_base { "ssl_$blog_domain":          apache::vhost::base { "ssl_$blog_domain":
40              use_ssl => true,              use_ssl => true,
41              vhost => $blog_domain,              vhost => $blog_domain,
42              location => $blog_location,              location => $blog_location,

Legend:
Removed from v.2690  
changed lines
  Added in v.2691

  ViewVC Help
Powered by ViewVC 1.1.30