Alexandros Kosiaris has submitted this change and it was merged.

Change subject: annualreport: Ensure latest checkout of git repo
......................................................................


annualreport: Ensure latest checkout of git repo

Change-Id: I3c1fcb14ce4c04297b6ddbebe2e67917994b45ea
---
M modules/annualreport/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/annualreport/manifests/init.pp 
b/modules/annualreport/manifests/init.pp
index bce73e2..338c338 100644
--- a/modules/annualreport/manifests/init.pp
+++ b/modules/annualreport/manifests/init.pp
@@ -21,7 +21,7 @@
     }
 
     git::clone { 'wikimedia/annualreport':
-        ensure    => 'present',
+        ensure    => 'latest',
         directory => '/srv/org/wikimedia/annualreport',
         branch    => 'master',
         owner     => 'www-data',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3c1fcb14ce4c04297b6ddbebe2e67917994b45ea
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to