diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index af8736d..70f6cc2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -85,10 +85,10 @@ class apache { define site($ensure = present, $docroot = false, $redirect = false, $redirect_match = false, $protocol = 'http', $server_alias = false, $use = false, $ticket = false, - $source = false) { + $source = '') { case $source { - false: { + '': { file { "${apache2_sites}-available/$title": ensure => $ensure, content => template('apache/site.erb'), |