Alexandros Kosiaris has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/347825 )
Change subject: puppetmaster: Remove the jessie-backports pinning
......................................................................
puppetmaster: Remove the jessie-backports pinning
jessie-backports currently has 4.8 puppet which we do not want to
install. Thankfully the install could not succeed due to a Requirement
of facter >= 2.4 which due to the way apt pref downprefed
jessie-backports for the facter package made the puppet packages
from jessie-backports non-installable. Remove the pin to jessie-backports
since that version would break our installation
Bug: T162462
Change-Id: I755d2200937664d30d99f114eda4248c7958b252
---
M modules/puppetmaster/manifests/init.pp
1 file changed, 0 insertions(+), 10 deletions(-)
Approvals:
Alexandros Kosiaris: Verified; Looks good to me, approved
diff --git a/modules/puppetmaster/manifests/init.pp
b/modules/puppetmaster/manifests/init.pp
index 9d343e5..c8613aa 100644
--- a/modules/puppetmaster/manifests/init.pp
+++ b/modules/puppetmaster/manifests/init.pp
@@ -72,16 +72,6 @@
# Let's use puppet 3.8 on the masters at least
if os_version('debian >= jessie') {
- $pinned_pkgs = ['puppet', 'puppetmaster', 'puppetmaster-common',
- 'vim-puppet', 'puppet-el', 'puppetmaster-passenger',
- 'puppet-common']
- apt::pin { 'puppet':
- package => join(sort($pinned_pkgs), ' '),
- pin => 'release a=jessie-backports',
- priority => '1001',
- before => Package['puppetmaster-common'],
- }
-
# Install the puppetdb-terminus package, needed for puppetdbquery
require_package('puppetdb-terminus')
}
--
To view, visit https://gerrit.wikimedia.org/r/347825
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I755d2200937664d30d99f114eda4248c7958b252
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits