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