Skip to content

Commit 7d9a596

Browse files
committed
revert collect naming
1 parent a65a2ce commit 7d9a596

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tasks/install_puppetserver.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ fi
144144
osname=$(parse_platform "$platform" "osname")
145145
major_version=$(parse_platform "$platform" "majorversion")
146146
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
147+
collection=$(fetch_collection "$collection")
150148

151149
if [[ "$collection" == "puppet5" ]]; then
152150
echo "puppet5 eol!"

0 commit comments

Comments
 (0)