We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59af1c commit 38b4312Copy full SHA for 38b4312
modules/iptables/files/enforce-iptables.sh
modules/iptables/manifests/ng.pp
@@ -49,7 +49,7 @@
49
$enforce_command = '/usr/local/sbin/enforce-iptables'
50
file { 'enforce-command':
51
path => $enforce_command,
52
- source => 'puppet:///iptables/enforce-iptables.sh',
+ source => 'puppet:///scripts/iptables/enforce-iptables.sh',
53
owner => 'root',
54
group => 'root',
55
mode => '0750',
0 commit comments