From da72c9e98e94a06d97103c8353c9dda086037986 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 19 Mar 2012 19:51:46 +0000 Subject: whitespace fix --- modules/bcd/manifests/web.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/bcd') 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') } } -- cgit v1.2.1