From cc964c7b234b0cb8acef89d068ab5721d175bd24 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 15 Nov 2009 00:37:13 +0000 Subject: [PATCH] sigh, missing colon Signed-off-by: Stephen Gran --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 473f36ce5..ac2723458 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -58,7 +58,7 @@ node default { "true": { case extractnodeinfo($nodeinfo, 'apache2_security_mirror') { "true": { include apache2::security_mirror } - default { include apache2 } + default: { include apache2 } } } } -- 2.20.1