X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=manifests%2Finit.pp;h=140e171c50b008cb8f57d8596cfe77ca8f958476;hb=911c4de90fc493e4449d42a1ed6ea0e40925b330;hp=453df3171f3e0191cf4ff9018229a6297f85582e;hpb=794c758c514d511f9634ead0fcb46ce910a7d01c;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/init.pp b/manifests/init.pp index 453df31..140e171 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -133,10 +133,7 @@ class apt( notify => Exec['apt_update'], } - # Need anchor to provide containment for dependencies. - anchor { 'apt::update': - require => Class['apt::update'], - } + contain 'apt::update' # manage sources if present if $sources {