From ad5fdd21600c95872b46fca1736cc8aed14fce82 Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Mon, 23 May 2016 14:56:40 +0300 Subject: [PATCH] [Gerrit] Hiera call replaced by variable Change-Id: Ie8046e734355d8af5bca58cdc2820a25fdb30b92 --- murano-apps/Gerrit/package/Resources/scripts/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano-apps/Gerrit/package/Resources/scripts/site.pp b/murano-apps/Gerrit/package/Resources/scripts/site.pp index 09051b6..ee73d10 100644 --- a/murano-apps/Gerrit/package/Resources/scripts/site.pp +++ b/murano-apps/Gerrit/package/Resources/scripts/site.pp @@ -8,7 +8,7 @@ node default { if ! defined(Class['project_config']) { class { 'project_config': - url => hiera('project_config_repo'), + url => $project_config_repo, } }