diff --git a/manifests/swh_worker_azure.pp b/manifests/swh_worker_azure.pp index c27d3b6a..4b0b9a92 100644 --- a/manifests/swh_worker_azure.pp +++ b/manifests/swh_worker_azure.pp @@ -1,3 +1,5 @@ -class role::swh_worker_azure inherits role::swh_worker { +# Configuration for Azure workers +class role::swh_worker_azure inherits role::swh_worker { + include ::profile::swh::apt_config::azure }