Skip to content

Commit 38b4312

Browse files
committed
Move script to scripts
1 parent e59af1c commit 38b4312

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

modules/iptables/files/enforce-iptables.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

modules/iptables/manifests/ng.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
$enforce_command = '/usr/local/sbin/enforce-iptables'
5050
file { 'enforce-command':
5151
path => $enforce_command,
52-
source => 'puppet:///iptables/enforce-iptables.sh',
52+
source => 'puppet:///scripts/iptables/enforce-iptables.sh',
5353
owner => 'root',
5454
group => 'root',
5555
mode => '0750',

0 commit comments

Comments
 (0)