
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
4 lines
164 B
Bash
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'}
|