aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/puppet/puppet/MAINT-Fix-duplicate-key-which-ruby-2.2-complains-abo.patch
blob: 696c642d1f5dad8ac0a17f01ca1336f775230edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 05dad9b1d30a8ff1e8e4a06bc5eaf0b19dab43e2 Mon Sep 17 00:00:00 2001
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
Date: Fri, 24 Jul 2015 20:18:08 +0200
Subject: [PATCH] (MAINT) Fix duplicate key which ruby 2.2 complains about

commit 05dad9b1d30a8ff1e8e4a06bc5eaf0b19dab43e2 from
https://github.com/puppetlabs/puppet.git

---
 lib/puppet/defaults.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index eeefefa..b591697 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -486,10 +486,6 @@ module Puppet
       :default    => "stomp",
       :desc       => "Which type of queue to use for asynchronous processing.",
     },
-    :queue_type => {
-      :default    => "stomp",
-      :desc       => "Which type of queue to use for asynchronous processing.",
-    },
     :queue_source => {
       :default    => "stomp://localhost:61613/",
       :desc       => "Which type of queue to use for asynchronous processing.  If your stomp server requires
-- 
2.1.4