[Puppet Users] Re: Upgrade to puppet-agent 5.3.5 report failure

2018-11-29 Thread Darragh Bailey
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

[Puppet Users] [Announce] Release of PDK v1.8.0

2018-11-29 Thread Bryan Jen
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

Re: [Puppet Users] Re: Puppet.agent with path

2018-11-29 Thread Ben Ford
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