Name | Type | Description |
---|---|---|
error | String | Error |
exitCode | Number | Exit code |
output | String | Output |
None |
---|
Method | Returns |
---|---|
PuppetMaster.executeCommand(String command) | PuppetExecutionResult |
PuppetMaster.getFile(String remoteFile, String localFile) | PuppetExecutionResult |
PuppetMaster.getFileContent(String remoteFile) | PuppetExecutionResult |
PuppetMaster.putFile(String localFile, String remoteFile) | PuppetExecutionResult |
PuppetMaster.putFileContent(String content, String remoteFile) | PuppetExecutionResult |
None |
---|