From cca95222296f3de054a39dd2d8c6f5fff3f7a555 Mon Sep 17 00:00:00 2001 From: Dan Voiculeasa Date: Tue, 23 Nov 2021 19:13:13 +0200 Subject: [PATCH] Fix debian ported patch for puppet-rabbitmq A patch was incorrectly ported, 2 lines were cut before end. PASS: Verify build package PASS: Extract .deb, verify file is patched Story: 2009101 Task: 43300 Signed-off-by: Dan Voiculeasa Change-Id: I6205512a52b3e2acc1de66a09e2bfa3c978b96c8 --- .../debian/patches/0001-Adapt-first-legacy-patches.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/puppet-modules/puppet-rabbitmq-8.5.0/debian/patches/0001-Adapt-first-legacy-patches.patch b/config/puppet-modules/puppet-rabbitmq-8.5.0/debian/patches/0001-Adapt-first-legacy-patches.patch index 115efa7f1..5cb79d63a 100644 --- a/config/puppet-modules/puppet-rabbitmq-8.5.0/debian/patches/0001-Adapt-first-legacy-patches.patch +++ b/config/puppet-modules/puppet-rabbitmq-8.5.0/debian/patches/0001-Adapt-first-legacy-patches.patch @@ -60,7 +60,7 @@ index 84deff5..61ffcee 100644 rabbitmq_plugin { 'rabbitmq_management': ensure => present, -+ require => [ File['/etc/rabbitmq'], ++ require => [ File['/etc/rabbitmq'], Class['rabbitmq::install'] ], notify => Class['rabbitmq::service'], provider => 'rabbitmqplugins', } @@ -68,7 +68,7 @@ index 84deff5..61ffcee 100644 if ($ldap_auth) { rabbitmq_plugin { 'rabbitmq_auth_backend_ldap': ensure => present, -+ require => [ File['/etc/rabbitmq'], ++ require => [ File['/etc/rabbitmq'], Class['rabbitmq::install'] ], notify => Class['rabbitmq::service'], } }