Muehlenhoff has submitted this change and it was merged.

Change subject: Add base role for debdeploy clients
......................................................................


Add base role for debdeploy clients

Change-Id: I881b61c8f90c57b76aa8008e584d45104e17e838
---
A modules/base/manifests/debdeploy.pp
1 file changed, 11 insertions(+), 0 deletions(-)

Approvals:
  Filippo Giunchedi: Looks good to me, but someone else must approve
  Muehlenhoff: Verified; Looks good to me, approved



diff --git a/modules/base/manifests/debdeploy.pp 
b/modules/base/manifests/debdeploy.pp
new file mode 100644
index 0000000..758587d
--- /dev/null
+++ b/modules/base/manifests/debdeploy.pp
@@ -0,0 +1,11 @@
+# == Class: base::debdeploy
+#
+# debdeploy, used to rollout software updates. Updates are initiated via
+# the debdeploy tool on the Salt master (configured via role::debdeploymaster)
+#
+class base::debdeploy
+{
+    package { 'debdeploy-minion':
+        ensure => present,
+    }
+}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I881b61c8f90c57b76aa8008e584d45104e17e838
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to