Always install python-iptables
We are importing it in RCCN regardless of config
This commit is contained in:
parent
c749dd35f8
commit
dc47d8a206
2 changed files with 6 additions and 6 deletions
|
@ -633,6 +633,12 @@ schedule { 'never':
|
|||
dev => true,
|
||||
}
|
||||
|
||||
python::pip { 'python-iptables':
|
||||
schedule => 'onceweek',
|
||||
ensure => '1.0.1',
|
||||
pkgname => 'python-iptables',
|
||||
}
|
||||
|
||||
if $operatingsystem == 'Debian' {
|
||||
python::pip { 'twisted':
|
||||
schedule => 'onceweek',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue