Update stdlib to 4.12.0

The upstream puppet-ceph module is leveraging the service_provider fact
which was added to stdlib as part of 4.10.0. This is causing the wrong
service start method to be used for radosgw.  This change updates stdlib
to pull in the service_provider fact so the correct service management
method is used.

Change-Id: Ib81b800504baa968a08278e5adc3fdf6fb0975c0
Closes-Bug: 1580656
This commit is contained in:
Oleksiy Molchanov 2016-05-11 18:26:21 +03:00 committed by Alex Schultz
parent 1130061300
commit 2b3d445f75
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# Pull in puppetlabs-stdlib
mod 'stdlib',
:git => 'https://github.com/fuel-infra/puppetlabs-stdlib.git',
:ref => '4.9.0'
:ref => '4.12.0'
# Pull in puppet-pacemaker modules
mod 'pacemaker',