diff --git a/manifests/swh/apt_config/azure.pp b/manifests/swh/apt_config/azure.pp deleted file mode 100644 index ff03d056..00000000 --- a/manifests/swh/apt_config/azure.pp +++ /dev/null @@ -1,16 +0,0 @@ -# azure-specific apt configuration - -class profile::swh::apt_config::azure { - $azure_repository = hiera('swh::apt_config::azure_repository') - ::apt::source {'azure': - comment => 'Azure specific package repository', - location => $azure_repository, - release => $::lsbdistcodename, - repos => 'main', - } - - # XXX: dependency loop between this package and the previous apt source... - package {'debian-azure-archive-keyring': - ensure => installed, - } -}