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'], } }