Profile `icingaweb2_dev': add config file 'authentication.ini'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-09 16:27:26 +02:00
parent 858e7c2f9e
commit 0fbe072747
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -50,7 +50,9 @@ class icingaweb2_dev {
group => 'apache',
}
icingaweb2::config { 'authentication': }
icingaweb2::config { 'authentication':
source => 'puppet:///modules/icingaweb2_dev',
}
icingaweb2::config { 'resources':
source => 'puppet:///modules/icingaweb2_dev',