From c44b3aa401b6d183c7e506760be5fa3d4559ead2 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 11 Oct 2013 15:41:28 -0400 Subject: [PATCH] Anchor package --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 1bf9ca7..1321a99 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,8 @@ # class git { + anchor { 'git::begin': } + anchor { 'git::end': } class { 'git::package': } + + Anchor['git::begin'] -> Class['git::package'] -> Anchor['git::end'] }