Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/62581
Change subject: proxy_configuration had a typo
......................................................................
proxy_configuration had a typo
The define accepts an $enabled parameter but it was passed to nginx_site
as $enable (missed the trailing 'd'). I guess that would have made it
default to false anyway.
Change-Id: I2c82df403d853d203806bc0078984509cc926d55
---
M manifests/protoproxy.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/81/62581/1
diff --git a/manifests/protoproxy.pp b/manifests/protoproxy.pp
index de0a49c..4ad62c8 100644
--- a/manifests/protoproxy.pp
+++ b/manifests/protoproxy.pp
@@ -4,7 +4,7 @@
"${name}":
template => "proxy",
install => "template",
- enable => $enable,
+ enable => $enabled,
require => Package["nginx"];
}
--
To view, visit https://gerrit.wikimedia.org/r/62581
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c82df403d853d203806bc0078984509cc926d55
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits