From: Stephen Gran Date: Fri, 4 Feb 2011 16:32:21 +0000 (+0000) Subject: fix syntax X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35701dbe8b74ebb2b8a54479cb6768173e35338c;p=dsa-puppet.git fix syntax Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 428b78ea..5e57615a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -78,7 +78,7 @@ node default { case extractnodeinfo($nodeinfo, 'apache2_www_mirror') { true: { include apache2::www_mirror } } - default: { include apache2 } + include apache2 } }