Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grid5000
reference-repository
Commits
3127df64
Commit
3127df64
authored
Nov 17, 2018
by
Lucas Nussbaum
Browse files
[dev] fix typo
parent
b5593ee6
Pipeline
#50029
passed with stages
in 1 minute and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/refrepo/gen/puppet/conmang5k.rb
View file @
3127df64
...
...
@@ -13,7 +13,7 @@ def write_conman_file(site_uid, site_refapi, site_config, site_credentials, opti
end
def
generate_puppet_conmang5k
(
options
)
if
not
options
[
:confdir
]
if
not
options
[
:conf
_
dir
]
options
[
:conf_dir
]
=
"
#{
options
[
:output_dir
]
}
/platforms/production/generators/ipmitools/"
end
...
...
lib/refrepo/gen/puppet/kadeployg5k.rb
View file @
3127df64
...
...
@@ -37,7 +37,7 @@ def generate_puppet_kadeployg5k(options)
global_hash
=
load_yaml_file_hierarchy
if
not
options
[
:confdir
]
if
not
options
[
:conf
_
dir
]
options
[
:conf_dir
]
=
"
#{
options
[
:output_dir
]
}
/platforms/production/generators/kadeploy"
end
...
...
lib/refrepo/gen/puppet/kavlang5k.rb
View file @
3127df64
...
...
@@ -4,7 +4,7 @@ require 'refrepo/hash/hash'
def
generate_puppet_kavlang5k
(
options
)
if
not
options
[
:confdir
]
if
not
options
[
:conf
_
dir
]
options
[
:conf_dir
]
=
"
#{
options
[
:output_dir
]
}
/platforms/production/generators/kavlan"
end
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment