puppet-git/manifests/init.pp
2013-10-11 15:41:28 -04:00

8 lines
167 B
Puppet

#
class git {
anchor { 'git::begin': }
anchor { 'git::end': }
class { 'git::package': }
Anchor['git::begin'] -> Class['git::package'] -> Anchor['git::end']
}