File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 "description" : " install puppetserver community edition" ,
55 "parameters" : {
66 "collection" : {
7- "description" : " The name of the node " ,
7+ "description" : " The Puppet Server version " ,
88 "type" : " Optional[String[1]]"
99 },
1010 "platform" : {
11- "description" : " The name of the node " ,
11+ "description" : " The operating system and version " ,
1212 "type" : " Optional[String[1]]"
1313 },
1414 "retry" : {
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ if [[ "$osfamily" == "unsupported" ]]; then
150150fi
151151
152152if [[ " $osfamily " == " debian" ]]; then
153- codename=$( fetch_codename " $collection $major_version " )
153+ codename=$( fetch_codename " $collection " " $major_version " )
154154 if [[ " $codename " == " unsupported" ]]; then
155155 echo " No builds for $platform "
156156 exit 1
You can’t perform that action at this time.
0 commit comments