mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Vagrant: Add vagrant user to group icinga-cmd
The vagrant user is now allowed to interact with both the icinga pipe and the livestatus socket. refs #4366
This commit is contained in:
parent
6ea048d4ef
commit
dccb2189bd
@ -355,3 +355,8 @@ file { ['/etc/icinga2-web/',
|
||||
file { '/etc/motd':
|
||||
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/motd'
|
||||
}
|
||||
|
||||
user { 'vagrant':
|
||||
groups => 'icinga-cmd',
|
||||
require => Group['icinga-cmd']
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user