icinga2: Service[icinga2]: require User[icinga]

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-15 13:03:52 +02:00
parent d7a0be72e2
commit b6de74b1a9
1 changed files with 3 additions and 1 deletions

View File

@ -23,8 +23,10 @@ class icinga2 {
-> service { 'icinga2':
ensure => running,
enable => true,
require => User['icinga'],
}
-> user { 'icinga':
user { 'icinga':
ensure => present,
}
-> file { 'icinga2cfgDir':