ArielGlenn has submitted this change and it was merged.
Change subject: salt: fix top-scope var without namespace
......................................................................
salt: fix top-scope var without namespace
./modules/role/manifests/salt/minions.pp
WARNING: t top-scope variable being used without an explicit namespace on line
30
Change-Id: Ia00738e449c80e9680e8f7e6ca24d2987266d7bc
---
M modules/role/manifests/salt/minions.pp
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
ArielGlenn: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/role/manifests/salt/minions.pp
b/modules/role/manifests/salt/minions.pp
index 1405273..01d490c 100644
--- a/modules/role/manifests/salt/minions.pp
+++ b/modules/role/manifests/salt/minions.pp
@@ -27,7 +27,7 @@
grains => {
realm => $::realm,
site => $::site,
- cluster => hiera('cluster', $cluster),
+ cluster => hiera('cluster', $::cluster),
},
}
}
--
To view, visit https://gerrit.wikimedia.org/r/266981
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia00738e449c80e9680e8f7e6ca24d2987266d7bc
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits