ArielGlenn has submitted this change and it was merged.

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(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I2c82df403d853d203806bc0078984509cc926d55
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to