[Puppet Users] puppet rspec with hiera helper, fails with error when class is parameterized

2014-08-29 Thread Manish Sapariya
Hi, I have two classes as posted in this gist. https://gist.github.com/msapariya/eca9f77c9f560f8a0e57 kp_ls derives from params and defines two variables. I am using hiera-puppet-helper in my specs to run hiera related tests. However the test is failing with 1) kp_ls Failure/Error: it {

Re: [Puppet Users] puppet rspec with hiera helper, fails with error when class is parameterized

2014-09-02 Thread Manish Sapariya
14, at 14:07, Manish Sapariya > > wrote: > > Hi, > I have two classes as posted in this gist. > > https://gist.github.com/msapariya/eca9f77c9f560f8a0e57 > > kp_ls derives from params and defines two variables. > > I am using hiera-puppet-helper in my specs to run

[Puppet Users] beaker test fails to resolve "agent" roles, works if role is master/database

2014-10-28 Thread Manish Sapariya
Hi, I have the nodeset definition as follows.. -- Some of the attributes removed for clarity -- HOSTS: kpointvm1.zencite.com: roles: - master hypervisor : vagrant kpointvm2.zencite.com: roles: - agent hypervisor : vagrant

[Puppet Users] Re: beaker test fails to resolve "agent" roles, works if role is master/database

2014-10-30 Thread Manish Sapariya
, Manish On Wednesday, October 29, 2014 8:50:08 PM UTC+5:30, Josh Partlow wrote: > > > > On Tuesday, October 28, 2014 2:10:11 AM UTC-7, Manish Sapariya wrote: >> >> Hi, >> I have the nodeset definition as follows.. >> >> -- Some of the attri

[Puppet Users] Re: beaker test fails to resolve "agent" roles, works if role is master/database

2014-10-30 Thread Manish Sapariya
beaker-rspec and the modules acceptance tests? > > Thanks, > Kevin > > > > On Tuesday, October 28, 2014 2:10:11 AM UTC-7, Manish Sapariya wrote: >> >> Hi, >> I have the nodeset definition as follows.. >> >> -- Some of the attributes removed