forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
15464c4b75
commit
d72d2cb157
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class soc::intelmq(
|
||||||
# content => template('soc/sso/apache-groups.txt.erb')
|
# content => template('soc/sso/apache-groups.txt.erb')
|
||||||
# }
|
# }
|
||||||
|
|
||||||
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg', 'python3-psycopg2', 'redict', ]:
|
package { 'sys-package-deps':
|
||||||
name => 'sys-package-deps',
|
name => ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-venv', 'python3-pip', 'python3-gpg', 'python3-psycopg2', 'redict', ],
|
||||||
ensure => 'latest',
|
ensure => 'latest',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue