control-repo/site/role/manifests/gitlab.pp
2015-12-10 13:50:22 -08:00

9 lines
122 B
Puppet

class role::gitlab {
# All roles should include the base profile
include profile::base
include profile::gitlab
}