diff --git a/manifests/swh_worker.pp b/manifests/swh_worker.pp index 9da0309..5395db2 100644 --- a/manifests/swh_worker.pp +++ b/manifests/swh_worker.pp @@ -1,7 +1,9 @@ class role::swh_worker { include profile::base include profile::ssh::server include profile::network include profile::munin::node include profile::puppet::agent + + include profile::worker::deploy_key }