Closed ubellavance closed 7 years ago
In manifests/sdk/command.pp, logoutput => true, should be: logoutput => false,. The document would be changed to tell people to set to true if they need to see the output of the API commands.
manifests/sdk/command.pp
logoutput => true,
logoutput => false,
true
In #50, waiting for merge.
Fixed in #50 or #55, closing.
In
manifests/sdk/command.pp
,logoutput => true,
should be:logoutput => false,
. The document would be changed to tell people to set totrue
if they need to see the output of the API commands.