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
|
@ -30,12 +30,6 @@ class rhizo_base::wifi {
|
|||
ensure => 'running'
|
||||
}
|
||||
|
||||
python::pip { 'python-iptables':
|
||||
schedule => 'onceweek',
|
||||
ensure => '1.0.1',
|
||||
pkgname => 'python-iptables',
|
||||
}
|
||||
|
||||
file { '/etc/apache2/sites-available/001-portal.conf':
|
||||
content => template('rhizo_base/portal.conf.erb'),
|
||||
require => Package['apache2']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue