On Wednesday, November 28, 2018 at 6:32:44 PM UTC, Eric Sorenson wrote:
>
> Hi Darragh, the fact that the error message contains a '400' error
> suggests the problem happens on the server when it receives the report.
>
> My first guess given that error message is also that there's a mix of
> v
Hello Everyone,
PDK v1.8.0 is a feature release that is now generally available.
This release adds a few new features and enhancements, as well as a number
of various bug fixes. In v1.8.0, we've added a new 'tasks' validator. With
the new validator, users can test their tasks metadata as they cou
Rafael, if you're trying to execute scripts with a certain path, you'd
provide that at the resource declaration level, like so:
exec { 'tar -xf /Volumes/nfs02/important.tar': cwd => '/var/tmp', creates
=> '/var/tmp/myfile', path => ['/usr/bin', '/usr/sbin',], }
See this for more information:
http