From: Silvio Rhatto Date: Sun, 7 Feb 2010 21:26:25 +0000 (-0200) Subject: Minor fix (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5e3cff512e54ee98ca9e32d599a26730d352fc97;p=puppet-nodo.git Minor fix (2) --- diff --git a/manifests/websites.pp b/manifests/websites.pp index 9d7012e..326e670 100644 --- a/manifests/websites.pp +++ b/manifests/websites.pp @@ -6,8 +6,8 @@ class websites::setup { $drupal_folder = "${apache_www_folder}/drupal" $default_vhost = $apache_server_name ? { - '': { $hostname } - default: { $apache_server_name } + '' => $hostname, + default => $apache_server_name, } # Include apache