[Gerrit] Hiera call replaced by variable
Change-Id: Ie8046e734355d8af5bca58cdc2820a25fdb30b92
This commit is contained in:
parent
35067842dc
commit
ad5fdd2160
@ -8,7 +8,7 @@ node default {
|
||||
|
||||
if ! defined(Class['project_config']) {
|
||||
class { 'project_config':
|
||||
url => hiera('project_config_repo'),
|
||||
url => $project_config_repo,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user