X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsetting.pp;h=ab844602326bc166d1cc6bf934db19905cbea098;hb=db9daeb1831930f648b99e1867867ba6a071e68a;hp=bc0e15a8d52099d969c52257afb19aae2f819781;hpb=d05e71238edd9c5e4450a367fe60478a25fce380;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/setting.pp b/manifests/setting.pp index bc0e15a..ab84460 100644 --- a/manifests/setting.pp +++ b/manifests/setting.pp @@ -60,10 +60,4 @@ define apt::setting ( source => $source, notify => $_notify, } - - if $notify_update { - anchor { "apt::setting::${name}": - require => Class['apt::update'] - } - } }