diff --git a/manifests/swh_base.pp b/manifests/swh_base.pp index 2b6d7bb..0c18c9e 100644 --- a/manifests/swh_base.pp +++ b/manifests/swh_base.pp @@ -1,12 +1,12 @@ class role::swh_base { include profile::base include profile::ssh::server include profile::unbound include profile::systemd_journal include profile::resolv_conf include profile::munin::node - include profile::icinga2::agent + include profile::icinga2 include profile::swh } diff --git a/manifests/swh_sysadmin.pp b/manifests/swh_sysadmin.pp index 352412c..58a7a79 100644 --- a/manifests/swh_sysadmin.pp +++ b/manifests/swh_sysadmin.pp @@ -1,16 +1,14 @@ class role::swh_sysadmin inherits role::swh_server { include profile::network include profile::munin::master include profile::munin::stats_export - include profile::icinga2::master - #include profile::puppet::agent #include profile::puppet::master include profile::apache::simple_server include profile::bind_server include profile::munin::plugins::postgresql include profile::annex_web }