Pin puppet-systemd

puppet-systemd recently added a breaking change to pull the module
parameter defaults via hiera. This only works in puppet >= 4.10.0 which
we are not using. So we need to pin to an earlier commit since we're
usign 4.8.x.

Change-Id: I11c8372eb20d9ff67bcc91897118061d7f193a54
Closes-Bug: #1755211
This commit is contained in:
Alex Schultz 2018-03-12 09:37:03 -06:00
parent 8c9b116c11
commit bd5599ca59
1 changed files with 2 additions and 1 deletions

View File

@ -49,9 +49,10 @@ mod 'ptp',
:git => 'https://github.com/redhat-nfvpe/ptp',
:ref => 'master'
# NOTE(aschultz): Pinned due to LP#1755211
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => 'master'
:ref => '20a465b0d8751bc08913b556d0a5b7fdac139271'
mod 'opendaylight',
:git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight',