Files
tripleo-puppet-elements/elements/puppet-modules/environment.d/01-puppet-module-pins.sh
Alex Schultz 59e5ff63c8 Pin puppetlabs-ntp when installing from source
Due to the puppet3 support removal in the upstream puppetlabs-ntp
module, we need to provide a default pin for the module when a developer
is installing from source.  If the user does not properly pin the ntp
module, the overcloud deployment fails due to a puppet parse error.

Change-Id: I2f4c1387b61c4aa2dcbb1ec5a3fa298e9330f0e8
Closes-Bug: #1633713
2016-10-20 09:30:34 -06:00

4 lines
164 B
Bash

# Due to upstream puppet3 support breakage, we need to pin the NTP module
# See LP#1633713
export DIB_REPOREF_puppetlabs_ntp=${DIB_REPOREF_puppetlabs_ntp:-'4.2.x'}