[Gerrit] Hiera call replaced by variable

Change-Id: Ie8046e734355d8af5bca58cdc2820a25fdb30b92
This commit is contained in:
Alexey Khivin 2016-05-23 14:56:40 +03:00
parent 35067842dc
commit ad5fdd2160

View File

@ -8,7 +8,7 @@ node default {
if ! defined(Class['project_config']) {
class { 'project_config':
url => hiera('project_config_repo'),
url => $project_config_repo,
}
}