We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e34b7 commit d4b6b9fCopy full SHA for d4b6b9f
tasks/install_puppetserver.sh
@@ -139,7 +139,9 @@ fi
139
osname=$(parse_platform "$platform" "osname")
140
major_version=$(parse_platform "$platform" "majorversion")
141
osfamily=$(fetch_osfamily "$osname")
142
-collection=$(fetch_collection "$collection")
+# Keep the full collection name (e.g., puppet8-nightly) instead of truncating
143
+# collection=$(fetch_collection "$collection")
144
+collection=$collection
145
146
if [[ "$collection" == "puppet5" ]]; then
147
echo "puppet5 eol!"
0 commit comments