diff --git a/manifests/swh_sysadmin.pp b/manifests/swh_sysadmin.pp index ea03dd7..9ed52a7 100644 --- a/manifests/swh_sysadmin.pp +++ b/manifests/swh_sysadmin.pp @@ -1,7 +1,9 @@ class role::swh_sysadmin inherits role::swh_server { + include profile::network + include profile::munin::master include profile::puppet::master include profile::apache::simple_server include profile::bind_server include profile::munin::plugins::postgresql }