/[adm]/puppet/modules/bcd/manifests/web.pp
ViewVC logotype

Diff of /puppet/modules/bcd/manifests/web.pp

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

revision 2690 by misc, Mon Mar 19 19:51:46 2012 UTC revision 2691 by misc, Sun Mar 25 12:47:26 2012 UTC
# Line 2  class bcd::web { Line 2  class bcd::web {
2      include bcd::base      include bcd::base
3      $location = "$bcd::home/public_html"      $location = "$bcd::home/public_html"
4    
5      apache::vhost_base { "bcd.$::domain":      apache::vhost::base { "bcd.$::domain":
6          location => $location,          location => $location,
7          content  => template('bcd/vhost_bcd.conf'),          content  => template('bcd/vhost_bcd.conf'),
8      }      }

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

  ViewVC Help
Powered by ViewVC 1.1.30