Add dependency on puppet-systemd

puppet-redis post [1] requires puppet-systemd,
this patch adds it.

[1] https://github.com/voxpupuli/puppet-redis/commit/ef7c4e60

Change-Id: Idbb70dfd397a4823369e33953a575bb1d9968522
This commit is contained in:
yatinkarel 2020-02-25 14:39:35 +05:30
parent 062b3d0f52
commit 6c5ea21b50
3 changed files with 10 additions and 1 deletions

View File

@ -160,6 +160,10 @@ mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',
:ref => 'v0.0.12'
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => 'master'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
:ref => '2.3.0'

View File

@ -160,6 +160,10 @@ mod 'sysctl',
:git => 'https://github.com/duritong/puppet-sysctl',
:ref => 'v0.0.12'
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => 'master'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
:ref => '2.3.0'

View File

@ -153,7 +153,8 @@ def copy_puppet_modules(config, messages):
'openstacklib', 'oslo', 'ovn', 'packstack', 'panko',
'placement', 'rabbitmq', 'redis', 'remote', 'rsync',
'sahara', 'ssh', 'stdlib', 'swift', 'sysctl',
'tempest', 'trove', 'vcsrepo', 'vswitch', 'xinetd'))
'systemd', 'tempest', 'trove', 'vcsrepo',
'vswitch', 'xinetd'))
# write puppet manifest to disk
manifestfiles.writeManifests()