X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsetting.pp;h=507ec9495d66ac2e6d305f71596996d34e7e1973;hb=e014fc04ed8358e4f7c2e87f7434df9817a4c7bb;hp=333f5534ad6c49a108a2eda7e570206a79833299;hpb=1c4abcdbc971f15577cdb65ddb156fca1933b3ef;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/setting.pp b/manifests/setting.pp index 333f553..507ec94 100644 --- a/manifests/setting.pp +++ b/manifests/setting.pp @@ -49,20 +49,4 @@ define apt::setting ( source => $source, notify => $_notify, } - - # required for adding apt GPG keys - case $facts['os']['name'] { - 'Debian': { - if versioncmp($facts['os']['release']['full'], '9.0') >= 0 { - ensure_packages(['dirmngr']) - } - } - 'Ubuntu': { - if versioncmp($facts['os']['release']['full'], '17.04') >= 0 { - ensure_packages(['dirmngr']) - } - } - default: { } - } - }