Giuseppe Lavagetto has submitted this change and it was merged.
Change subject: etcd::auth: fix typo
......................................................................
etcd::auth: fix typo
Change-Id: I9597eb042deb76d27fd4d5b477f8c1ed508cc716
---
M modules/etcd/manifests/auth.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Giuseppe Lavagetto: Verified; Looks good to me, approved
diff --git a/modules/etcd/manifests/auth.pp b/modules/etcd/manifests/auth.pp
index 9d30b50..0288958 100644
--- a/modules/etcd/manifests/auth.pp
+++ b/modules/etcd/manifests/auth.pp
@@ -32,8 +32,8 @@
}
} else {
exec { 'Etcd disable auth':
- cmd => "${cmd_base} auth disable",
- unless => "${cmd_base} auth status | grep -q false",
+ command => "${cmd_base} auth disable",
+ unless => "${cmd_base} auth status | grep -q false",
}
}
}
--
To view, visit https://gerrit.wikimedia.org/r/314694
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9597eb042deb76d27fd4d5b477f8c1ed508cc716
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits