Muehlenhoff has uploaded a new change for review.
https://gerrit.wikimedia.org/r/264096
Change subject: Don't automatically update openssh-client
......................................................................
Don't automatically update openssh-client
openssh-server got fixed in ffd2b53748d261f2c2d36bea79393400dcf70179 to
not automatically update to the most recent version, but this isn't
effective in practice: openssh-client has a versioned dependency to be
of the same version as openssh-server, so updating openssh-client makes
apt also update openssh-server.
Change-Id: I54da2ecb3c907c16adef5faad47cde6ea828f365
---
M modules/ssh/manifests/client.pp
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/96/264096/1
diff --git a/modules/ssh/manifests/client.pp b/modules/ssh/manifests/client.pp
index 1f91c07..d18df39 100644
--- a/modules/ssh/manifests/client.pp
+++ b/modules/ssh/manifests/client.pp
@@ -1,6 +1,6 @@
class ssh::client {
package { 'openssh-client':
- ensure => latest,
+ ensure => present,
}
# no exported resources on Labs == no sshknowngen
--
To view, visit https://gerrit.wikimedia.org/r/264096
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I54da2ecb3c907c16adef5faad47cde6ea828f365
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits