Adds puppet-systemd

This puppet module is needed to manipulate systemd unit files and set
limits needed for MariaDB.

Partial-Bug: #1648181
Related-Bug: #1524809

Change-Id: I7ca7b5f7614971455cae2bf7c4bf8264b642b0dc
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit 910a88f1ef)
This commit is contained in:
Tim Rozet 2017-02-27 11:23:43 -05:00
parent 81e2a3e40e
commit 47d59f4660
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then
puppet-staging \
puppetlabs-stdlib \
puppet-swift \
puppet-systemd \
puppetlabs-sysctl \
puppet-tempest \
puppet-timezone \

View File

@ -68,3 +68,4 @@ puppet-datacat git /opt/stack/puppet-modules/datacat https://github.com/richardc
puppet-kmod git /opt/stack/puppet-modules/kmod https://github.com/camptocamp/puppet-kmod.git
puppet-zaqar git /opt/stack/puppet-modules/zaqar https://git.openstack.org/openstack/puppet-zaqar.git
puppet-ec2api git /opt/stack/puppet-modules/ec2api https://git.openstack.org/openstack/puppet-ec2api.git
puppet-systemd git /opt/stack/puppet-modules/systemd https://github.com/camptocamp/puppet-systemd.git