Skip to content

Commit d4b6b9f

Browse files
committed
update collection nameing
1 parent f0e34b7 commit d4b6b9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/install_puppetserver.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ fi
139139
osname=$(parse_platform "$platform" "osname")
140140
major_version=$(parse_platform "$platform" "majorversion")
141141
osfamily=$(fetch_osfamily "$osname")
142-
collection=$(fetch_collection "$collection")
142+
# Keep the full collection name (e.g., puppet8-nightly) instead of truncating
143+
# collection=$(fetch_collection "$collection")
144+
collection=$collection
143145

144146
if [[ "$collection" == "puppet5" ]]; then
145147
echo "puppet5 eol!"

0 commit comments

Comments
 (0)