Re: [Puppet Users] rake coverage failing with rspec-puppet

2015-10-18 Thread Gareth Rushgrove
On 12 October 2015 at 16:42, Rich Burroughs wrote: > Hey folks, > > I'm using a pretty recent version of Gareth's module skeleton and the > included Rakefile. I can run "rake spec" fine but I don't seem to be able to > get the "rake covereage" task to work. > What are you trying to get coverage f

Re: [Puppet Users] rake coverage failing with rspec-puppet

2015-10-18 Thread Rich Burroughs
Hi Gareth, Thank you. I wrote this right after PuppetConf and I was thinking, I should have asked him about this while we were talking :) It's for rspec-puppet. I'll check out those links. I think I tried this with a new module that is using a very recent version of your skeleton. Rich On Sun,

Re: [Puppet Users] rake coverage failing with rspec-puppet

2015-10-18 Thread Gareth Rushgrove
On 18 October 2015 at 12:03, Rich Burroughs wrote: > Hi Gareth, > > Thank you. I wrote this right after PuppetConf and I was thinking, I should > have asked him about this while we were talking :) > > It's for rspec-puppet. I'll check out those links. I think I tried this with > a new module that

Re: [Puppet Users] rake coverage failing with rspec-puppet

2015-10-18 Thread Rich Burroughs
Ok thanks :) Rich On Sun, Oct 18, 2015 at 1:22 PM Gareth Rushgrove wrote: > On 18 October 2015 at 12:03, Rich Burroughs > wrote: > > Hi Gareth, > > > > Thank you. I wrote this right after PuppetConf and I was thinking, I > should > > have asked him about this while we were talking :) > > > > I

[Puppet Users] Re: How to ensure the rpm version?

2015-10-18 Thread Shoeb Lakdawala
you can use ensure for a particular version as well. ensure => '11.14', On Friday, 16 October 2015 16:50:19 UTC+8, Wei Chen wrote: > > Hi, > > I try to use the puppet to configure the Jboss EAP 6.X. My first init.pp > looks as follow: > ... > class jboss_rpm_install { > #

[Puppet Users] Re: err: Could not request certificate: Connection reset by peer

2015-10-18 Thread Shoeb Lakdawala
Agent is not able to connect to puppet server on configured port. could be master not listening on that port/firewall or any other network issue. On Wednesday, 30 September 2015 22:33:52 UTC+8, Wei Chen wrote: > > Hi, > > As I try to sign the certificate with command "puppet agent --server > ser