From 7f14422965349ca70e2b7da0ff612ca9bed5bffc Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 24 Mar 2022 09:07:38 +0900 Subject: [PATCH] Remove unused puppet-kmod Depends-on: https://review.opendev.org/707291 Change-Id: I2b9eb6a85270c843d909348f3a911dea12e2eecd --- .../environment.d/02-puppet-modules-install-types.sh | 1 - elements/puppet-modules/source-repository-puppet-modules | 1 - 2 files changed, 2 deletions(-) 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 bcf02eee..4b153d52 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 @@ -66,7 +66,6 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then puppetlabs-corosync \ puppet-pacemaker \ puppet-manila \ - puppet-kmod \ puppet-etcd; do export DIB_INSTALLTYPE_${module_name//\-/_}='source' done diff --git a/elements/puppet-modules/source-repository-puppet-modules b/elements/puppet-modules/source-repository-puppet-modules index 96f50c1d..14250bbe 100644 --- a/elements/puppet-modules/source-repository-puppet-modules +++ b/elements/puppet-modules/source-repository-puppet-modules @@ -58,7 +58,6 @@ puppet-elasticsearch git /opt/stack/puppet-modules/elasticsearch https://github. puppet-kibana3 git /opt/stack/puppet-modules/kibana3 https://github.com/thejandroman/puppet-kibana3.git puppetlabs-git git /opt/stack/puppet-modules/git https://github.com/puppetlabs/puppetlabs-git.git puppet-datacat git /opt/stack/puppet-modules/datacat https://github.com/richardc/puppet-datacat.git -puppet-kmod git /opt/stack/puppet-modules/kmod https://github.com/camptocamp/puppet-kmod.git puppet-qdr git /opt/stack/puppet-modules/qdr https://opendev.org/openstack/puppet-qdr.git puppet-systemd git /opt/stack/puppet-modules/systemd https://github.com/camptocamp/puppet-systemd.git puppet-etcd git /opt/stack/puppet-modules/etcd https://github.com/cristifalcas/puppet-etcd.git