puppet: Add vagrant to the icingaweb2 group

This commit is contained in:
Eric Lippmann 2015-01-20 15:12:43 +01:00
parent a83aea4440
commit 925bc80115
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ node default {
source => 'puppet:////vagrant/.puppet/files/etc/profile.d/env.sh'
}
@user { vagrant: ensure => present }
User <| title == vagrant |> { groups +> icingaweb }
User <| title == vagrant |> { groups +> hiera('icingaweb2::group') }
}