BBlack has uploaded a new change for review.

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

Change subject: Test explicit tag to workaround PUP-2689
......................................................................

Test explicit tag to workaround PUP-2689

Change-Id: I8ba7fe36897f23e39244f8d178f64647a23040db
---
M manifests/init.pp
M manifests/site.pp
2 files changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/nginx 
refs/changes/67/193167/1

diff --git a/manifests/init.pp b/manifests/init.pp
index 4bb8298..323ecba 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -58,6 +58,7 @@
         recurse => true,
         purge   => true,
         force   => true,
+        tag     => 'nginx',
     }
 
     # Order package -> config -> service for all
diff --git a/manifests/site.pp b/manifests/site.pp
index 49e9492..ae569d5 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -38,10 +38,12 @@
         ensure  => $ensure,
         content => $content,
         source  => $source,
+        tag     => 'nginx',
     }
 
     file { "/etc/nginx/sites-enabled/${basename}":
         ensure => ensure_link($ensure),
         target => "/etc/nginx/sites-available/${basename}",
+        tag     => 'nginx',
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8ba7fe36897f23e39244f8d178f64647a23040db
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/nginx
Gerrit-Branch: master
Gerrit-Owner: BBlack <[email protected]>

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

Reply via email to