forked from puppetlabs/puppetlabs-peadm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpe_install.json
More file actions
25 lines (25 loc) · 771 Bytes
/
pe_install.json
File metadata and controls
25 lines (25 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"description": "Install Puppet Enterprise from a tarball",
"parameters": {
"tarball": {
"type": "String",
"description": "The path to the Puppet Enterprise tarball"
},
"peconf": {
"type": "Optional[String]",
"description": "The path to the pe.conf file"
},
"install_extra_large": {
"type": "Optional[Boolean]",
"description": "If true, optimize task for known manual issues with extra-large installs. Do not use for upgrades"
},
"puppet_service_ensure": {
"type": "Optional[Enum['stopped']]",
"description": "If 'stopped', ensure the Puppet agent is not running when install completes"
}
},
"input_method": "environment",
"implementations": [
{"name": "pe_install.sh"}
]
}