mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
puppet: Add user 'vagrant' to group 'icingaweb'
This commit is contained in:
parent
0b95892764
commit
8728b3f125
@ -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 }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user