summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-07 01:01:58 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 18:07:12 +0100
commitdf785b03bd9cca09ce3e4b220aac4e58248f55f2 (patch)
tree55ab18ca66259c810d770167a130841d8ad30a78 /manifests
parentParameterize logging. (diff)
downloadprofiles-df785b03bd9cca09ce3e4b220aac4e58248f55f2.tar.gz
profiles-df785b03bd9cca09ce3e4b220aac4e58248f55f2.tar.xz
Fix filewall spelling.
Diffstat (limited to '')
-rw-r--r--manifests/firewall.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/firewall.pp b/manifests/firewall.pp
index 7acd422..695850c 100644
--- a/manifests/firewall.pp
+++ b/manifests/firewall.pp
@@ -59,13 +59,13 @@ class profiles::firewall (
provider => 'ip6tables'
}
- filewall { '922 allow ssh':
+ firewall { '922 allow ssh':
proto => tcp,
dport => 'ssh',
action => accept,
}
- filewall { '922 allow ssh IPv6':
+ firewall { '922 allow ssh IPv6':
proto => tcp,
dport => 'ssh',
action => accept,