mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Profile `icingaweb2_dev': add config file 'authentication.ini'
refs #6842
This commit is contained in:
parent
858e7c2f9e
commit
0fbe072747
@ -0,0 +1,13 @@
|
|||||||
|
[autologin]
|
||||||
|
backend = autologin
|
||||||
|
;
|
||||||
|
; If you want to strip the domain
|
||||||
|
; strip_username_regexp = /\@[^$]+$/
|
||||||
|
|
||||||
|
[icingaweb-mysql]
|
||||||
|
backend = db
|
||||||
|
resource = icingaweb-mysql
|
||||||
|
|
||||||
|
[icingaweb-pgsql]
|
||||||
|
backend = db
|
||||||
|
resource = icingaweb-pgsql
|
@ -50,7 +50,9 @@ class icingaweb2_dev {
|
|||||||
group => 'apache',
|
group => 'apache',
|
||||||
}
|
}
|
||||||
|
|
||||||
icingaweb2::config { 'authentication': }
|
icingaweb2::config { 'authentication':
|
||||||
|
source => 'puppet:///modules/icingaweb2_dev',
|
||||||
|
}
|
||||||
|
|
||||||
icingaweb2::config { 'resources':
|
icingaweb2::config { 'resources':
|
||||||
source => 'puppet:///modules/icingaweb2_dev',
|
source => 'puppet:///modules/icingaweb2_dev',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user