From: Morgan Haskel Date: Mon, 27 Apr 2015 17:21:03 +0000 (-0700) Subject: Switch back to anchor, for moar compatibility X-Git-Tag: 2.0.1~2^2~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e41fc4bbb4565986af2fe6b5f411cb5ddc74ca00;p=puppet-modules%2Fpuppetlabs-apt.git Switch back to anchor, for moar compatibility --- diff --git a/manifests/init.pp b/manifests/init.pp index 140e171..5d9baa2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -133,7 +133,7 @@ class apt( notify => Exec['apt_update'], } - contain 'apt::update' + anchor { 'apt_first': } -> Class['apt::update'] -> anchor { 'apt_last': } # manage sources if present if $sources {