puppet: Add vagrant to the icingaweb2 group
This commit is contained in:
parent
a83aea4440
commit
925bc80115
|
@ -13,5 +13,5 @@ node default {
|
||||||
source => 'puppet:////vagrant/.puppet/files/etc/profile.d/env.sh'
|
source => 'puppet:////vagrant/.puppet/files/etc/profile.d/env.sh'
|
||||||
}
|
}
|
||||||
@user { vagrant: ensure => present }
|
@user { vagrant: ensure => present }
|
||||||
User <| title == vagrant |> { groups +> icingaweb }
|
User <| title == vagrant |> { groups +> hiera('icingaweb2::group') }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue