Name | Type | Description |
---|---|---|
displayName | String | Display name of this master, an extended version of the name property |
enterprise | boolean | Is this master a Puppet Enterprise |
host | String | Host address of this master |
id | String | Unique identifier of this master |
isEnterprise | boolean | |
name | String | User-friendly name of this master |
port | Number | Port number of this master |
product | String | Product name of this master |
username | String | User name for this master |
version | String | Version of this master |
Name | Returns |
---|---|
executeCommand(String command) | PuppetExecutionResult |
getCache() | PuppetConnectionCache |
getFile(String remoteFile, String localFile) | PuppetExecutionResult |
getFileContent(String remoteFile) | PuppetExecutionResult |
putFile(String localFile, String remoteFile) | PuppetExecutionResult |
putFileContent(String content, String remoteFile) | PuppetExecutionResult |
remove() | void |
update(String name, String host, Number port, String username, String password) | PuppetMaster |
validate() | void |
Method | Returns |
---|---|
PuppetMaster.update(String name, String host, Number port, String username, String password) | PuppetMaster |
PuppetMasterManager.addMaster(String name, String host, Number port, String username, String password) | PuppetMaster |
None |
---|