9 lines
122 B
Puppet
9 lines
122 B
Puppet
class role::gitlab {
|
|
|
|
# All roles should include the base profile
|
|
include profile::base
|
|
|
|
include profile::gitlab
|
|
|
|
}
|