parent
d7a0be72e2
commit
b6de74b1a9
|
@ -23,8 +23,10 @@ class icinga2 {
|
||||||
-> service { 'icinga2':
|
-> service { 'icinga2':
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
|
require => User['icinga'],
|
||||||
}
|
}
|
||||||
-> user { 'icinga':
|
|
||||||
|
user { 'icinga':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
}
|
}
|
||||||
-> file { 'icinga2cfgDir':
|
-> file { 'icinga2cfgDir':
|
||||||
|
|
Loading…
Reference in New Issue