| Path: | lib/puppet/face/storeconfigs.rb |
| Last Update: | Tue Mar 01 06:03:44 +0000 2016 |
Execute a command using Puppet‘s execution static method.
@param command [Array<String>, String] the command to execute. If it is
an Array the first element should be the executable and the rest of the elements should be the individual arguments to that executable.
@return [Puppet::Util::Execution::ProcessOutput] output as specified by options @raise [Puppet::ExecutionFailure] if the executed chiled process did not exit with status == 0 and `failonfail` is
`true`.