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:
parent
8c9b116c11
commit
bd5599ca59
@ -49,9 +49,10 @@ mod 'ptp',
|
|||||||
:git => 'https://github.com/redhat-nfvpe/ptp',
|
:git => 'https://github.com/redhat-nfvpe/ptp',
|
||||||
:ref => 'master'
|
:ref => 'master'
|
||||||
|
|
||||||
|
# NOTE(aschultz): Pinned due to LP#1755211
|
||||||
mod 'systemd',
|
mod 'systemd',
|
||||||
:git => 'https://github.com/camptocamp/puppet-systemd',
|
:git => 'https://github.com/camptocamp/puppet-systemd',
|
||||||
:ref => 'master'
|
:ref => '20a465b0d8751bc08913b556d0a5b7fdac139271'
|
||||||
|
|
||||||
mod 'opendaylight',
|
mod 'opendaylight',
|
||||||
:git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight',
|
:git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight',
|
||||||
|
Loading…
Reference in New Issue
Block a user