aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 251effe..0484995 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -86,13 +86,13 @@ class ferm (
~> Class['ferm::service']
$chains.each |$chainname, $attributes| {
- ferm::chain{$chainname:
+ ferm::chain { $chainname:
* => $attributes,
}
}
$rules.each |$rulename, $attributes| {
- ferm::rule{$rulename:
+ ferm::rule { $rulename:
* => $attributes,
}
}