Skip to content

Commit e59af1c

Browse files
committed
Fix resource name
1 parent 762ca22 commit e59af1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/iptables/manifests

modules/iptables/manifests/ng.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
) {
4848

4949
$enforce_command = '/usr/local/sbin/enforce-iptables'
50-
file { 'enforce_command':
50+
file { 'enforce-command':
5151
path => $enforce_command,
5252
source => 'puppet:///iptables/enforce-iptables.sh',
5353
owner => 'root',

0 commit comments

Comments
 (0)