Skip to content

Commit

Permalink
Merge pull request #399 from deric/config_backend
Browse files Browse the repository at this point in the history
Remove config_backend from examples
  • Loading branch information
lbetz committed Mar 2, 2024
2 parents e7ff78b + a6dc475 commit 80bd40d
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion examples/director-mysql.pp
Expand Up @@ -17,7 +17,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/director-pgsql.pp
Expand Up @@ -15,7 +15,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/icingadb-mysql.pp
Expand Up @@ -14,7 +14,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/icingadb-pgsql.pp
Expand Up @@ -25,7 +25,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/icingaweb2-mysql.pp
Expand Up @@ -14,7 +14,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/icingaweb2-pgsql.pp
Expand Up @@ -25,7 +25,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/idoreports-mysql.pp
Expand Up @@ -29,7 +29,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/idoreports-pgsql.pp
Expand Up @@ -27,7 +27,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/monitoring-mysql.pp
Expand Up @@ -14,7 +14,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/monitoring-pgsql.pp
Expand Up @@ -25,7 +25,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/reporting-mysql.pp
Expand Up @@ -29,7 +29,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/reporting-pgsql.pp
Expand Up @@ -27,7 +27,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/x509-mysql.pp
Expand Up @@ -14,7 +14,6 @@
db_type => 'mysql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Mysql::Db['icingaweb2'],
Expand Down
1 change: 0 additions & 1 deletion examples/x509-pgsql.pp
Expand Up @@ -12,7 +12,6 @@
db_type => 'pgsql',
db_password => $db_password,
import_schema => true,
config_backend => 'db',
default_admin_username => 'icingaadmin',
default_admin_password => 'icinga',
require => Postgresql::Server::Db['icingaweb2'],
Expand Down

0 comments on commit 80bd40d

Please sign in to comment.