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 4
4
"description" : " install puppetserver community edition" ,
5
5
"parameters" : {
6
6
"collection" : {
7
- "description" : " The name of the node " ,
7
+ "description" : " The Puppet Server version " ,
8
8
"type" : " Optional[String[1]]"
9
9
},
10
10
"platform" : {
11
- "description" : " The name of the node " ,
11
+ "description" : " The operating system and version " ,
12
12
"type" : " Optional[String[1]]"
13
13
},
14
14
"retry" : {
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ if [[ "$osfamily" == "unsupported" ]]; then
150
150
fi
151
151
152
152
if [[ " $osfamily " == " debian" ]]; then
153
- codename=$( fetch_codename " $collection $major_version " )
153
+ codename=$( fetch_codename " $collection " " $major_version " )
154
154
if [[ " $codename " == " unsupported" ]]; then
155
155
echo " No builds for $platform "
156
156
exit 1
You can’t perform that action at this time.
0 commit comments