diff options
Diffstat (limited to 'modules/bcd/manifests/web.pp')
| -rw-r--r-- | modules/bcd/manifests/web.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp new file mode 100644 index 00000000..d670cf5d --- /dev/null +++ b/modules/bcd/manifests/web.pp @@ -0,0 +1,9 @@ +class bcd::web { + include bcd::base + $location = "${bcd::home}/public_html" + + apache::vhost::base { "bcd.${::domain}": + location => $location, + content => template('bcd/vhost_bcd.conf'), + } +} |
