diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sitemodules/profiles/manifests/icinga2_master.pp | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,3 +6,4 @@ __pycache__ *.pyc *.pyo .*.swp +tags diff --git a/sitemodules/profiles/manifests/icinga2_master.pp b/sitemodules/profiles/manifests/icinga2_master.pp index fe57804..47028f0 100644 --- a/sitemodules/profiles/manifests/icinga2_master.pp +++ b/sitemodules/profiles/manifests/icinga2_master.pp @@ -106,7 +106,7 @@ class profiles::icinga2_master ( require => Postgresql::Server::Db['icingaweb2'], } - class { '::icingaweb2::module::monitoring', + class { '::icingaweb2::module::monitoring': ido_type => 'pgsql', ido_host => 'localhost', ido_port => 5432, |