coren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/63285
Change subject: Tool Labs: Fix variable substitution.
......................................................................
Tool Labs: Fix variable substitution.
Apparently, - is a valid part of a variable name. How... quaint.
Change-Id: I21a7b66ce776f4f47169dafe8f2fd97519d2e986
---
M modules/toollabs/manifests/bastion.pp
M modules/toollabs/manifests/infrastructure.pp
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/85/63285/1
diff --git a/modules/toollabs/manifests/bastion.pp
b/modules/toollabs/manifests/bastion.pp
index 406d743..aa8a10f 100644
--- a/modules/toollabs/manifests/bastion.pp
+++ b/modules/toollabs/manifests/bastion.pp
@@ -26,7 +26,7 @@
mode => "0755",
owner => "root",
group => "root",
- source => "puppet:///modules/toollabs/40-$instanceproject-bastion-banner",
+ source =>
"puppet:///modules/toollabs/40-${instanceproject}-bastion-banner",
}
# TODO: sshd config
diff --git a/modules/toollabs/manifests/infrastructure.pp
b/modules/toollabs/manifests/infrastructure.pp
index ba38e19..b1e64df 100644
--- a/modules/toollabs/manifests/infrastructure.pp
+++ b/modules/toollabs/manifests/infrastructure.pp
@@ -18,7 +18,7 @@
mode => "0755",
owner => "root",
group => "root",
- source =>
"puppet:///modules/toollabs/40-$instanceproject-infrastructure-banner",
+ source =>
"puppet:///modules/toollabs/40-${instanceproject}-infrastructure-banner",
}
# Can you do this?
--
To view, visit https://gerrit.wikimedia.org/r/63285
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I21a7b66ce776f4f47169dafe8f2fd97519d2e986
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits