forked from SUNET/soc-ops
Testfix
This commit is contained in:
parent
413fc04f08
commit
bcc8164b52
1 changed files with 6 additions and 9 deletions
|
@ -8,7 +8,9 @@ class soc::intelmq(
|
||||||
user { 'intelmq':
|
user { 'intelmq':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
gid => 'intelmq',
|
gid => 'intelmq',
|
||||||
groups => 'www-data'
|
groups => 'www-data',
|
||||||
|
home => '/opt/intelmq',
|
||||||
|
managehome => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
file { '/etc/intelmq':
|
file { '/etc/intelmq':
|
||||||
|
@ -16,11 +18,6 @@ class soc::intelmq(
|
||||||
owner => 'intelmq',
|
owner => 'intelmq',
|
||||||
group => 'intelmq',
|
group => 'intelmq',
|
||||||
}
|
}
|
||||||
file { '/opt/intelmq':
|
|
||||||
ensure => directory,
|
|
||||||
owner => 'intelmq',
|
|
||||||
group => 'intelmq',
|
|
||||||
}
|
|
||||||
|
|
||||||
# file { '/opt/sso/apache/groups.txt':
|
# file { '/opt/sso/apache/groups.txt':
|
||||||
# ensure => file,
|
# ensure => file,
|
||||||
|
@ -29,7 +26,7 @@ class soc::intelmq(
|
||||||
|
|
||||||
#sunet::apache2
|
#sunet::apache2
|
||||||
|
|
||||||
package { ['libapache2-mod-wsgi-py3', 'postgresql', 'python3-pip', 'python3-gpg']:
|
package { ['apache2', 'libapache2-mod-wsgi-py3', 'postgresql', 'python3-pip', 'python3-gpg']:
|
||||||
ensure => 'latest',
|
ensure => 'latest',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue