From bd5599ca59b168ce4785991c4165fa4196b8d78a Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 12 Mar 2018 09:37:03 -0600 Subject: [PATCH] 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 --- Puppetfile_extras | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Puppetfile_extras b/Puppetfile_extras index f2ed217e3..fda988381 100644 --- a/Puppetfile_extras +++ b/Puppetfile_extras @@ -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',