Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
26ab4d9d
Commit
26ab4d9d
authored
Sep 29, 2017
by
Pascal Morillon
Browse files
Add usage exemple for conman generator
parent
85f0fb83
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/puppet/conmang5k.rb
View file @
26ab4d9d
...
...
@@ -24,6 +24,7 @@ OptionParser.new do |opts|
opts
.
separator
""
opts
.
separator
"Example: ruby conmang5k.rb -s nancy -o /tmp/puppet-repo"
opts
.
separator
"Example: ruby conmang5k.rb -s nancy -o $GPUPPET_PREFIX/repo"
opts
.
on
(
'-o'
,
'--output-dir dir'
,
String
,
'Select the puppet repo path'
,
"Default: "
+
options
[
:output_dir
])
do
|
d
|
options
[
:output_dir
]
=
d
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment