Pin rsyslog

They've broken backwards compatibility in master so we need to pin to
the previous version.

Change-Id: Ie384fd450c01a760f426512479e1bd54fa578dff
This commit is contained in:
Alex Schultz 2019-12-10 09:04:55 -07:00
parent 03eedf0bff
commit ea4f77537e
1 changed files with 3 additions and 1 deletions

View File

@ -56,9 +56,11 @@ mod 'opendaylight',
:git => 'https://git.opendaylight.org/gerrit/integration/packaging/puppet-opendaylight',
:ref => 'master'
# NOTE(aschultz): rsyslog broke backwards compatibility with
# https://github.com/voxpupuli/puppet-rsyslog/pull/136
mod 'rsyslog',
:git => 'https://github.com/voxpupuli/puppet-rsyslog',
:ref => 'master'
:ref => '2548a0d95c1549b506b7bb2314dd149b028fc04b'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh',