Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet-modules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nbits
Puppet
puppet-modules
Commits
e9176995
Commit
e9176995
authored
Apr 28, 2021
by
drebs
Browse files
Options
Downloads
Patches
Plain Diff
Run docker instance
parent
0987422e
No related branches found
No related tags found
1 merge request
!11
Docker-based VPN
Pipeline
#58146
passed
Apr 28, 2021
Stage: check-code
Stage: tests
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
profile/manifests/docker.pp
+6
-1
6 additions, 1 deletion
profile/manifests/docker.pp
with
6 additions
and
1 deletion
profile/manifests/docker.pp
+
6
−
1
View file @
e9176995
# Install Docker
# Install Docker
class
profile::docker
{
class
profile::docker
(
Hash
$instance
=
{},
)
{
include
docker
include
docker
class
{
'docker::run_instance'
:
instance
=>
$instance
,
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment