From e41fc4bbb4565986af2fe6b5f411cb5ddc74ca00 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Mon, 27 Apr 2015 10:21:03 -0700 Subject: [PATCH] Switch back to anchor, for moar compatibility --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.32.3