From 47d59f4660928e03743573ce51d13e3f2e52d15a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 27 Feb 2017 11:23:43 -0500 Subject: [PATCH] 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 (cherry picked from commit 910a88f1ef16b63a9428f813b3ce2da918ea3aef) --- .../environment.d/02-puppet-modules-install-types.sh | 1 + elements/puppet-modules/source-repository-puppet-modules | 1 + 2 files changed, 2 insertions(+) diff --git a/elements/puppet-modules/environment.d/02-puppet-modules-install-types.sh b/elements/puppet-modules/environment.d/02-puppet-modules-install-types.sh index 03757375..42538fb2 100644 --- a/elements/puppet-modules/environment.d/02-puppet-modules-install-types.sh +++ b/elements/puppet-modules/environment.d/02-puppet-modules-install-types.sh @@ -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 \ diff --git a/elements/puppet-modules/source-repository-puppet-modules b/elements/puppet-modules/source-repository-puppet-modules index cb273f02..098b8dac 100644 --- a/elements/puppet-modules/source-repository-puppet-modules +++ b/elements/puppet-modules/source-repository-puppet-modules @@ -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