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':
|
file { '/etc/profile.d/env.sh':
|
||||||
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 <| title == vagrant |> { groups +> icingaweb }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue