aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-19 19:51:46 +0000
committerMichael Scherer <misc@mageia.org>2012-03-19 19:51:46 +0000
commitda72c9e98e94a06d97103c8353c9dda086037986 (patch)
tree55c7b93b9db85f4fe7abeff6d2078711ac318e01 /modules/bcd
parent22b50aa52fc3167415af08d0e6ee0cbbeb35e833 (diff)
downloadpuppet-da72c9e98e94a06d97103c8353c9dda086037986.tar
puppet-da72c9e98e94a06d97103c8353c9dda086037986.tar.gz
puppet-da72c9e98e94a06d97103c8353c9dda086037986.tar.bz2
puppet-da72c9e98e94a06d97103c8353c9dda086037986.tar.xz
puppet-da72c9e98e94a06d97103c8353c9dda086037986.zip
whitespace fix
Diffstat (limited to 'modules/bcd')
-rw-r--r--modules/bcd/manifests/web.pp12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/bcd/manifests/web.pp b/modules/bcd/manifests/web.pp
index 128af5ea..d33506d5 100644
--- a/modules/bcd/manifests/web.pp
+++ b/modules/bcd/manifests/web.pp
@@ -1,15 +1,15 @@
class bcd::web {
- include bcd::base
+ include bcd::base
$location = "$bcd::home/public_html"
apache::vhost_base { "bcd.$::domain":
- location => $location,
- content => template('bcd/vhost_bcd.conf'),
- }
+ location => $location,
+ content => template('bcd/vhost_bcd.conf'),
+ }
- # not sure if that's useful, since the file is public and trivially
+ # not sure if that's useful, since the file is public and trivially
# bruteforced
- file { "$bcd::home/htpasswd":
+ file { "$bcd::home/htpasswd":
content => template('bcd/htpasswd')
}
}