Skip to content

Commit

Permalink
Update init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMalmstrom committed Nov 19, 2024
1 parent a8456c3 commit 0ed1978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wireguard/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

exec { 'fw-rules': # exec resource named 'apt-update'
command => '/usr/sbin/iptables-restore /etc/iptables/rules.v4', # command this resource will run
require => File['/etc/iptables/rules.v4'],
require => File['/etc/iptables/rules.test'],
}

# Execute 'apt-get update'
Expand Down

0 comments on commit 0ed1978

Please sign in to comment.