Fix ntp module version to an existing tag/branch

The 4.2.x was apparently removed at some point, and this makes the
unit tests fails.

This patch will need to be backported down to Queens.

Change-Id: I6a5a0541d2cccc2e210954c4d3b3c45d24d1d649
Closes-Bug: #1823838
This commit is contained in:
Cédric Jeanneret 2019-04-09 09:22:04 +02:00
parent 566703dc27
commit 541e9ea2a7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mod 'certmonger',
mod 'ntp',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp',
:ref => '4.2.x'
:ref => '4.2.0'
mod 'ptp',
:git => 'https://github.com/redhat-nfvpe/ptp',