Merge branch 'bugfix/vagrant-user-not-in-group-icinga-cmd-4366' of ssh://git.icinga.org/icinga2-web
fixes #4366
This commit is contained in:
commit
ace10a0b92
|
@ -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…
Reference in New Issue