Skip to content

Commit 08e9187

Browse files
authored
Merge pull request #277 from coreymbe/MAINT-install_puppetserver
(MAINT) Install Puppet Server Task
2 parents 041e52d + e418c53 commit 08e9187

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tasks/install_puppetserver.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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": {

tasks/install_puppetserver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ if [[ "$osfamily" == "unsupported" ]]; then
150150
fi
151151

152152
if [[ "$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

0 commit comments

Comments
 (0)