Update puppet-pacemaker to 1.0.6 tag

Commit 8780696d6f1367f1a3b3c0ef737a89167e61732e disables
checking/disabling upstart service provider for services
during stop/status, leaving it only for the "start"
command. This prevents the pacemaker service provider
from stopping RabbitMQ via upstart and then starting
it immediately via pacemaker.

Change-Id: Ifc0a98aace537e59df089a5e8b287847052f6dc7
Closes-Bug: #1565840
(cherry picked from commit 85172c0bba)
This commit is contained in:
Matthew Mosesohn 2016-04-14 18:13:11 +03:00
parent 3fe00285e6
commit 50ac3b1688
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ mod 'stdlib',
# Pull in puppet-pacemaker modules
mod 'pacemaker',
:git => 'https://github.com/fuel-infra/puppet-pacemaker.git',
:ref => '1.0.5'
:ref => '1.0.6'
# Pull in puppetlabs-concat
mod 'concat',