diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 93e89be..42826bd 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -2112,7 +2112,7 @@ puppet_install_from_puppet () { echo "Installing 'puppet-agent' with dependencies" cat >> ${TARGET}/etc/apt/sources.list.d/puppetlabs.list << EOF -deb ${DEBIAN_URL}/puppetlabs/ ${DEBIAN_RELEASE} main puppet5 dependencies +deb ${DEBIAN_URL}/puppetlabs/ ${DEBIAN_RELEASE} main puppet dependencies EOF puppet_gpg='/root/puppet.gpg'