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:
Eric Lippmann 2013-07-23 14:46:57 +02:00
parent 6ea048d4ef
commit dccb2189bd

View File

@ -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']
}