mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
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':
|
file { '/etc/motd':
|
||||||
source => 'puppet:////vagrant/.vagrant-puppet/files/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