diff --git a/manifests/swh_storage.pp b/manifests/swh_storage.pp index 772f678..a3c9be3 100644 --- a/manifests/swh_storage.pp +++ b/manifests/swh_storage.pp @@ -1,5 +1,5 @@ class role::swh_storage inherits role::swh_server { include profile::puppet::agent include profile::swh::deploy::storage - include profile::swh::deploy::storage::archiver + include profile::swh::deploy::storage_archiver }