Bugfix
This commit is contained in:
parent
5cf61f0112
commit
be112f0ad8
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -36,7 +36,7 @@ class soc::intelmq(
|
||||||
file { '/opt/intelmq/install-intelmq.sh':
|
file { '/opt/intelmq/install-intelmq.sh':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => file('soc/intelmq/install-intelmq.sh'),
|
content => file('soc/intelmq/install-intelmq.sh'),
|
||||||
mode => 0555,
|
mode => '0555',
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { 'sudo -u intelmq /opt/install-intelmq.sh':
|
exec { 'sudo -u intelmq /opt/install-intelmq.sh':
|
||||||
|
|
Loading…
Add table
Reference in a new issue