diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-20 13:39:20 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-20 13:39:20 -0400 |
commit | 475d93888ff853d48b6f4cdcc894415026553abe (patch) | |
tree | 206039e5e8acbf15be4900e8f5594bc47c3d2169 /manifests | |
parent | d3eb5ffc325bd13e103dc72143f78c050e149d29 (diff) |
fixup some merge gaffs
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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 } } |