BryanDavis has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399667 )

Change subject: aptly: Update published repo distributions
......................................................................

aptly: Update published repo distributions

* Precise is no longer available in Cloud VPS
* Stretch is now available in Cloud VPS

Bug: T183235
Change-Id: Id3551fbfe554fcb22ad6dbf3f56b7ffdfd0a8dcb
---
M modules/role/manifests/aptly/server.pp
1 file changed, 5 insertions(+), 5 deletions(-)


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

diff --git a/modules/role/manifests/aptly/server.pp 
b/modules/role/manifests/aptly/server.pp
index 194b3e2..b4c1af0 100644
--- a/modules/role/manifests/aptly/server.pp
+++ b/modules/role/manifests/aptly/server.pp
@@ -6,11 +6,7 @@
 class role::aptly::server {
     include ::aptly
 
-    # Auto setup published repositories for all 3 available distros
-    aptly::repo { "precise-${::labsproject}":
-        publish      => true,
-    }
-
+    # Auto setup published repositories for all available distros
     aptly::repo { "trusty-${::labsproject}":
         publish      => true,
     }
@@ -19,6 +15,10 @@
         publish      => true,
     }
 
+    aptly::repo { "stretch-${::labsproject}":
+        publish      => true,
+    }
+
     ferm::service { 'aptly':
         proto  => 'tcp',
         port   => '80',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3551fbfe554fcb22ad6dbf3f56b7ffdfd0a8dcb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BryanDavis <[email protected]>

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

Reply via email to