Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Ic64345c891d4577c2cb33b9d800b0bce84ae5af2
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to