parent
1e511a0e3a
commit
858e7c2f9e
|
@ -0,0 +1,26 @@
|
||||||
|
[icingaweb-mysql]
|
||||||
|
type = db
|
||||||
|
db = mysql
|
||||||
|
host = localhost
|
||||||
|
port = 3306
|
||||||
|
password = icingaweb
|
||||||
|
username = icingaweb
|
||||||
|
dbname = icingaweb
|
||||||
|
|
||||||
|
[icingaweb-pgsql]
|
||||||
|
type = db
|
||||||
|
db = pgsql
|
||||||
|
host = localhost
|
||||||
|
port = 5432
|
||||||
|
password = icingaweb
|
||||||
|
username = icingaweb
|
||||||
|
dbname = icingaweb
|
||||||
|
|
||||||
|
[ido-icinga2]
|
||||||
|
type = db
|
||||||
|
db = mysql
|
||||||
|
host = localhost
|
||||||
|
port = 3306
|
||||||
|
password = icinga2
|
||||||
|
username = icinga2
|
||||||
|
dbname = icinga2
|
|
@ -8,7 +8,7 @@ class icingaweb2_dev {
|
||||||
|
|
||||||
pgsql::database::populate { 'icingaweb':
|
pgsql::database::populate { 'icingaweb':
|
||||||
username => 'icingaweb',
|
username => 'icingaweb',
|
||||||
password => 'icinga',
|
password => 'icingaweb',
|
||||||
schemafile => '/vagrant/etc/schema/accounts.pgsql.sql',
|
schemafile => '/vagrant/etc/schema/accounts.pgsql.sql',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -53,6 +53,7 @@ class icingaweb2_dev {
|
||||||
icingaweb2::config { 'authentication': }
|
icingaweb2::config { 'authentication': }
|
||||||
|
|
||||||
icingaweb2::config { 'resources':
|
icingaweb2::config { 'resources':
|
||||||
|
source => 'puppet:///modules/icingaweb2_dev',
|
||||||
replace => false,
|
replace => false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue