[Puppet Users] Announce: puppetlabs_spec_helper 0.4.0 available

2012-12-26 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. Changes: * Rake should fail if git can't clone repository * add

Re: [Puppet Users] Odd problem with puppet 3 and module files permissions

2012-12-18 Thread Branan Purvine-Riley
On Tue, Dec 18, 2012 at 8:44 AM, Philip Brown p...@bolthole.com wrote: We have an odd situation with a puppet 3 installation. It isnt serving out the module local files. We understand (Somewhat) about the new auth.conf requirements, and have filled those out. So, access to things such as

Re: [Puppet Users] Re: More Puppet 3.0 upgrade issues: rest.rb and runinterval ?

2012-10-01 Thread Branan Purvine-Riley
On Mon, Oct 1, 2012 at 2:07 PM, Forrie for...@gmail.com wrote: I fixed the problem. Seems puppet isn't smart enough to parse out a hash comment at the end of the line... that should be fixed. So, changing it from runinterval = 900 # 15 mins to: # 15 mins runinterval = 900 fixed the

[Puppet Users] Announce: puppetlabs_spec_helper 0.2.0 available

2012-07-05 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. The code is available on github at

[Puppet Users] Announce: puppetlabs_spec_helper 0.1.0 Available

2012-06-08 Thread Branan Purvine-Riley
puppetlabs_spec_helper is a Rubygem to make writing and running module spec tests using rspec-puppet easier. It includes a set of common rake tasks and a spec_helper that correctly initializes puppet and rspec-puppet for testing. The code is available on github at

[Puppet Users] More module spring cleaning - TFTP module

2012-05-17 Thread Branan Purvine-Riley
Hi all, In addition to the repository moves that Ken announced[1], we will soon be removing puppet-tftp. Anyone using this repository should switch to the puppetlabs-tftp module. The inetd functionality from puppet-tftp has been ported to puppetlabs-tftp. Let me know if you have any questions or