diff --git a/manifests/swh_api.pp b/manifests/swh_api.pp index b39b9672..d7918202 100644 --- a/manifests/swh_api.pp +++ b/manifests/swh_api.pp @@ -1,11 +1,11 @@ class role::swh_api inherits role::swh_server { include profile::network include profile::puppet::agent # Web UI include profile::memcached include profile::swh::deploy::storage - include profile::swh::deploy::indexer::storage + include profile::swh::deploy::indexer_storage include profile::swh::deploy::webapp include profile::swh::deploy::deposit }