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':
|
icingaweb2::config::general { 'authentication':
|
||||||
source => $name,
|
source => $name,
|
||||||
|
replace => false,
|
||||||
}
|
}
|
||||||
|
|
||||||
icingaweb2::config::general { [ 'config', 'resources', 'roles' ]:
|
icingaweb2::config::general { [ 'config', 'resources', 'roles' ]:
|
||||||
|
|
Loading…
Reference in New Issue