Re: [Puppet Users] Puppet and cfpropertylist

2016-12-19 Thread Moses Mendoza
Hi Luke - What version of puppet-agent is running on the host you have installed puppetserver on? Can you link a gist of the output of running `sudo /opt/puppetlabs/puppet/bin/puppet agent -t --trace --debug` on the puppet server host (with sensitive info, if any, redacted)? On Thu, Dec 1, 201

Re: [Puppet Users] Spec testing and dalen-puppetdbquery

2016-12-19 Thread Jordan Conway
I was running into the same issue with that module, and I found that including the puppetdb mock class from the source module helped. It may be more involved, but at first glance, this helps me quiet a bunch of the errors to get down to spec testing my actual module. https://raw.githubuserconten

[Puppet Users] Re: r10k, git and .gitignore

2016-12-19 Thread John Gelnaw
We used Gavin's approach and created a "downloads" mount within Puppet, so Puppet still handles the file transfer, but it's from a different set of directories outside of the git repo(s). Also, for anyone creating .deb / .rpm package files, if you aren't using 'fpm', you should be. -- You re