puppet-prod/site/roles/manifests/infra/reposync/syncer.pp

8 lines
199 B
Puppet

# a role to deploy a packagerepo
class roles::infra::reposync::syncer {
include profiles::defaults
include profiles::base
include profiles::base::datavol
include profiles::reposync::syncer
}