mirror of https://github.com/zulip/zulip.git
puppet: Fix iptables dependency
(imported from commit 8c3275f4b875b318931a6f6917e6293b111b247f)
This commit is contained in:
parent
153777bd01
commit
a4f6a3e83f
|
@ -91,6 +91,7 @@ class humbug::base {
|
|||
ensure => file,
|
||||
mode => 600,
|
||||
source => 'puppet:///modules/humbug/iptables/rules',
|
||||
require => Package['iptables-persistent'],
|
||||
}
|
||||
|
||||
file { '/etc/apt/apt.conf.d/02periodic':
|
||||
|
|
Loading…
Reference in New Issue