Install db
This commit is contained in:
parent
165a881ca6
commit
686dd8abce
2 changed files with 13 additions and 0 deletions
|
@ -38,3 +38,9 @@ internal-dco-prod-monitor-1.geteduroam.sunet.se:
|
||||||
- paulscot@kau.se
|
- paulscot@kau.se
|
||||||
default_host_group: sunet::nagios::nrpe
|
default_host_group: sunet::nagios::nrpe
|
||||||
nrpe_group: sunet::nagios::nrpe
|
nrpe_group: sunet::nagios::nrpe
|
||||||
|
|
||||||
|
internal-sto1-test-db-1.geteduroam.sunet.se:
|
||||||
|
autoupdate:
|
||||||
|
sunet::dockerhost2:
|
||||||
|
nat: false
|
||||||
|
geteduroam::db:
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# db
|
||||||
|
class geteduroam::idm_db (
|
||||||
|
) {
|
||||||
|
|
||||||
|
sunet::mariadb { 'geteduroam_db':
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue