Yuvipanda has submitted this change and it was merged.

Change subject: k8s: Fix extra paren
......................................................................


k8s: Fix extra paren

Change-Id: If03c83da3ef15891f61c9a8ce75fd5fab4d7629f
---
M modules/k8s/manifests/proxy.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/k8s/manifests/proxy.pp b/modules/k8s/manifests/proxy.pp
index 2d4a158..2e03dd6 100644
--- a/modules/k8s/manifests/proxy.pp
+++ b/modules/k8s/manifests/proxy.pp
@@ -1,4 +1,4 @@
-class k8s::proxy((
+class k8s::proxy(
     $master_host,
 ) {
     file { '/usr/local/bin/kube-proxy':

-- 
To view, visit https://gerrit.wikimedia.org/r/230067
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If03c83da3ef15891f61c9a8ce75fd5fab4d7629f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>

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

Reply via email to