aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-06-20 13:39:20 -0400
committerMicah Anderson <micah@riseup.net>2012-06-20 13:39:20 -0400
commit475d93888ff853d48b6f4cdcc894415026553abe (patch)
tree206039e5e8acbf15be4900e8f5594bc47c3d2169 /manifests
parentd3eb5ffc325bd13e103dc72143f78c050e149d29 (diff)
downloadpuppet-shorewall-475d93888ff853d48b6f4cdcc894415026553abe.tar.gz
puppet-shorewall-475d93888ff853d48b6f4cdcc894415026553abe.tar.bz2
fixup some merge gaffs
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 574ac85..656f5a1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,7 @@ class shorewall(
}
}
default: {
- notice "unknown operatingsystem: $operatingsystem"
+ notice "unknown operatingsystem: ${::operatingsystem}"
include shorewall::base
}
}