control-repo/site/role/manifests/gitlab.pp

9 lines
122 B
ObjectPascal
Raw Normal View History

2015-08-14 23:21:43 +00:00
class role::gitlab {
2015-12-10 21:50:22 +00:00
# All roles should include the base profile
include profile::base
2015-08-14 23:21:43 +00:00
include profile::gitlab
}