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 a65a2ce commit 7d9a596Copy full SHA for 7d9a596
tasks/install_puppetserver.sh
@@ -144,9 +144,7 @@ fi
144
osname=$(parse_platform "$platform" "osname")
145
major_version=$(parse_platform "$platform" "majorversion")
146
osfamily=$(fetch_osfamily "$osname")
147
-# Keep the full collection name (e.g., puppet8-nightly) instead of truncating
148
-# collection=$(fetch_collection "$collection")
149
-collection=$collection
+collection=$(fetch_collection "$collection")
150
151
if [[ "$collection" == "puppet5" ]]; then
152
echo "puppet5 eol!"
0 commit comments