Typo.
This commit is contained in:
parent
532a4ec46a
commit
74bbec5fa1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class soc::intelmq(
|
|||
ensure => 'latest',
|
||||
}
|
||||
|
||||
$intelmq_dirs ['/opt/intelmq/install', '/opt/intelmq/var', '/opt/intelmq/var/lib', '/opt/intelmq/var/lib/bots', '/opt/intelmq/var/lib/bots/sieve', ]
|
||||
$intelmq_dirs = ['/opt/intelmq/install', '/opt/intelmq/var', '/opt/intelmq/var/lib', '/opt/intelmq/var/lib/bots', '/opt/intelmq/var/lib/bots/sieve', ]
|
||||
$intelmq_dirs.each |String $intelmqdir| {
|
||||
file { $intelmqdir:
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Reference in a new issue