Muehlenhoff has uploaded a new change for review.
https://gerrit.wikimedia.org/r/247236
Change subject: smokeping: Don't ensure latest
......................................................................
smokeping: Don't ensure latest
Ensure the mere presence of packages instead of forcing the latest version.
We automatically sync the Debian updates and with "ensure => latest" are
installed automatically, which may result in broken installations if an
update in Debian or Ubuntu introduces a regression.
Only ensure the presence of the package; updates of installed packages are
performed via the standard softwre update procedures.
Change-Id: Ic64345c891d4577c2cb33b9d800b0bce84ae5af2
---
M modules/smokeping/manifests/init.pp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/36/247236/1
diff --git a/modules/smokeping/manifests/init.pp
b/modules/smokeping/manifests/init.pp
index d1ba53c..3a00228 100644
--- a/modules/smokeping/manifests/init.pp
+++ b/modules/smokeping/manifests/init.pp
@@ -4,11 +4,11 @@
include config
package { 'smokeping':
- ensure => latest;
+ ensure => present;
}
package { 'curl':
- ensure => latest;
+ ensure => present;
}
service { 'smokeping':
--
To view, visit https://gerrit.wikimedia.org/r/247236
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic64345c891d4577c2cb33b9d800b0bce84ae5af2
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