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'] }