puppet: Do not replace the authentication.ini if already existing
This commit is contained in:
parent
2928d9a98d
commit
6707bb990c
|
@ -88,6 +88,7 @@ class icingaweb2_dev (
|
|||
|
||||
icingaweb2::config::general { 'authentication':
|
||||
source => $name,
|
||||
replace => false,
|
||||
}
|
||||
|
||||
icingaweb2::config::general { [ 'config', 'resources', 'roles' ]:
|
||||
|
|
Loading…
Reference in New Issue