Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Vagrant - Puppet CFSSL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
PKI
Vagrant - Puppet CFSSL
Commits
fc3fc915
Commit
fc3fc915
authored
2 years ago
by
Fabrice Gangler
Browse files
Options
Downloads
Patches
Plain Diff
Mettre à jour Vagrantfile
parent
bee5e9ff
No related branches found
Branches containing commit
Tags
1.0.2
Tags containing commit
No related merge requests found
Pipeline
#41816
passed
2 years ago
Stage: linter
Stage: documentation
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Vagrantfile
+2
-1
2 additions, 1 deletion
Vagrantfile
with
2 additions
and
1 deletion
Vagrantfile
+
2
−
1
View file @
fc3fc915
...
@@ -10,7 +10,8 @@ SCRIPT
...
@@ -10,7 +10,8 @@ SCRIPT
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
"2"
)
do
|
config
|
config
.
vm
.
box
=
"ubuntu/focal64"
config
.
vm
.
box
=
"ubuntu/focal64"
config
.
vm
.
hostname
=
"pki.example.org"
config
.
vm
.
hostname
=
"pki.example.org"
config
.
vm
.
network
"forwarded_port"
,
id:
'CfsslApi'
,
guest:
8888
,
host:
8888
,
auto_correct:
true
,
host_ip:
"127.0.0.1"
config
.
vm
.
network
"forwarded_port"
,
id:
'CfsslApi'
,
guest:
8888
,
host:
8888
,
auto_correct:
true
,
host_ip:
"0.0.0.0"
# config.vm.network "forwarded_port", id: 'CfsslApi', guest: 8888, host: 8888, auto_correct: true, host_ip: "127.0.0.1"
# config.vm.network "forwarded_port", id: 'PostgreSQL', guest: 5432, host: 5432, auto_correct: true, host_ip: "127.0.0.1"
# config.vm.network "forwarded_port", id: 'PostgreSQL', guest: 5432, host: 5432, auto_correct: true, host_ip: "127.0.0.1"
config
.
vm
.
provider
"virtualbox"
do
|
vb
|
config
.
vm
.
provider
"virtualbox"
do
|
vb
|
vb
.
name
=
"DEMO_CFSSL"
vb
.
name
=
"DEMO_CFSSL"
...
...
This diff is collapsed.
Click to expand it.
Fabrice Gangler
@fgangler
mentioned in commit
01a37380
·
2 years ago
mentioned in commit
01a37380
mentioned in commit 01a37380533a3f55903bb3537cba0af4823cff23
Toggle commit list
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