summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-04-09 12:43:08 +0200
committermh <mh@immerda.ch>2017-04-09 12:43:08 +0200
commitf7fec4c4a6faef8d5d75ebdb73ed8fdd374d0184 (patch)
tree3ed05bce3fc0ea54d3db84f9635832932f1ef25a /manifests
parent75f0f1dbaa0827f64fb0d21db8f4a89296f177e0 (diff)
make output nicer
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index d0a065f..abf477b 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -117,7 +117,7 @@ class shorewall::base {
output=\$((shorewall check${shorewall6_check_str}) 2>&1)
if [ \$? -gt 0 ]; then
echo 'Error while checking firewall!'
- echo \$output
+ echo \"\${output}\"
exit 1
fi
exit 0