diff --git a/manifests/swh_api_azure.pp b/manifests/swh_api_azure.pp new file mode 100644 index 00000000..02259a42 --- /dev/null +++ b/manifests/swh_api_azure.pp @@ -0,0 +1,13 @@ +# expansion of role::swh_api +# -network: incompatible with Azure infrastructure +# -deposit: not need for it + +class role::swh_api_azure inherits role::swh_server { + include profile::puppet::agent + + # Web UI + include profile::memcached + include profile::swh::deploy::storage + include profile::swh::deploy::indexer_storage + include profile::swh::deploy::webapp +}