Always install python-iptables

We are importing it in RCCN regardless of config
This commit is contained in:
Keith Whyte 2023-08-22 03:30:58 +02:00
parent c749dd35f8
commit dc47d8a206
2 changed files with 6 additions and 6 deletions

View file

@ -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',