diff --git a/manifests/swh_worker.pp b/manifests/swh_worker.pp index 2ff2092..ed8a642 100644 --- a/manifests/swh_worker.pp +++ b/manifests/swh_worker.pp @@ -1,5 +1,4 @@ class role::swh_worker inherits role::swh_base { - include profile::network include profile::puppet::agent include profile::swh::deploy::storage } diff --git a/manifests/swh_worker_azure.pp b/manifests/swh_worker_azure.pp new file mode 100644 index 0000000..c27d3b6 --- /dev/null +++ b/manifests/swh_worker_azure.pp @@ -0,0 +1,3 @@ +class role::swh_worker_azure inherits role::swh_worker { + +} diff --git a/manifests/swh_worker_inria.pp b/manifests/swh_worker_inria.pp new file mode 100644 index 0000000..0200d7b --- /dev/null +++ b/manifests/swh_worker_inria.pp @@ -0,0 +1,3 @@ +class role::swh_worker_inria inherits role::swh_worker { + include profile::network +} diff --git a/manifests/swh_miracle_worker.pp b/manifests/swh_worker_inria_miracle.pp similarity index 58% rename from manifests/swh_miracle_worker.pp rename to manifests/swh_worker_inria_miracle.pp index 25f27e9..5a3c773 100644 --- a/manifests/swh_miracle_worker.pp +++ b/manifests/swh_worker_inria_miracle.pp @@ -1,6 +1,6 @@ -class role::swh_miracle_worker inherits role::swh_worker { +class role::swh_worker_inria_miracle inherits role::swh_worker_inria { # Add backups for /home include profile::dar::client include profile::swh::deploy::storage }