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 c9f4b58d..c07ccdd1 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 @@ -68,8 +68,7 @@ if [ "$DIB_INSTALLTYPE_puppet_modules" = "source" ]; then puppet-pacemaker \ puppet-manila \ puppet-kmod \ - puppet-etcd \ - puppet-ptp ; do + puppet-etcd; do export DIB_INSTALLTYPE_${module_name//\-/_}='source' done fi diff --git a/elements/puppet-modules/source-repository-puppet-modules b/elements/puppet-modules/source-repository-puppet-modules index 474457e4..2a73d6e4 100644 --- a/elements/puppet-modules/source-repository-puppet-modules +++ b/elements/puppet-modules/source-repository-puppet-modules @@ -63,4 +63,3 @@ puppet-kmod git /opt/stack/puppet-modules/kmod https://github.com/camptocamp/pup 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 -puppet-ptp git /opt/stack/puppet-modules/ptp https://github.com/redhat-nfvpe/ptp.git