Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/84785


Change subject: contint: typo packages {} -> package {}
......................................................................

contint: typo packages {} -> package {}

I am often using package {} with its plural form, no idea how it could
be detected but that typo is hard to catch :( Introduced by 4d10573.

Change-Id: I2fb297d22fe9b2f8b9a184b5d6bea613ae67e0b7
---
M modules/contint/manifests/zuul/git-daemon.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/84785/1

diff --git a/modules/contint/manifests/zuul/git-daemon.pp 
b/modules/contint/manifests/zuul/git-daemon.pp
index d67fbea..48a0099 100644
--- a/modules/contint/manifests/zuul/git-daemon.pp
+++ b/modules/contint/manifests/zuul/git-daemon.pp
@@ -3,7 +3,7 @@
     $zuul_git_dir = '/var/lib/zuul/git'
 ) {
 
-  packages { 'git-daemon-sysvinit': ensure => present }
+  package { 'git-daemon-sysvinit': ensure => present }
 
   # Point both git daemon paths to the same dir, this way we do not have a
   # /git/ prefix in the git:// URLs.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2fb297d22fe9b2f8b9a184b5d6bea613ae67e0b7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to