Puppet Class: puppetfactory::gitlab
- Defined in:
- manifests/gitlab.pp
Overview
1 2 3 4 5 6 |
# File 'manifests/gitlab.pp', line 1
class puppetfactory::gitlab {
docker::run {'gitlab':
image => 'gitlab/gitlab-ce',
ports => ['8888:80','2222:22'],
}
}
|