puppet: Add user 'vagrant' to group 'icingaweb'

This commit is contained in:
Eric Lippmann 2014-12-18 17:17:59 +01:00
parent 0b95892764
commit 8728b3f125
1 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,6 @@ node default {
file { '/etc/profile.d/env.sh':
source => 'puppet:////vagrant/.puppet/files/etc/profile.d/env.sh'
}
@user { vagrant: ensure => present }
User <| title == vagrant |> { groups +> icingaweb }
}