[Puppet Users] Re: testing static manifests

2013-04-16 Thread Bernardo Costa
The closest I could get until now is something like this link about using vagrant: http://blog.codecentric.de/en/2012/02/automated-virtual-test-environments-with-vagrant-and-puppet/ In one way or another, it looks like the real test has to be done in a (let's say linux) box without a specific

[Puppet Users] Re: testing static manifests

2013-04-10 Thread Bernardo Costa
Hey Joe ! I am kind of new on developing configs on puppet. I have already taken a look at rspec-puppet. It looks fine but doesn't seems to be what I really need. These two passages above tells me that rspec-puppet is related to module testing. What it automates is a test like this: whether

[Puppet Users] Re: testing static manifests

2013-04-09 Thread joe
Testing of puppet manifests is done using rspec. http://rspec-puppet.com/ https://puppetlabs.com/blog/the-next-generation-of-puppet-module-testing/ On Tuesday, April 9, 2013 1:46:32 PM UTC-6, Bernardo Costa wrote: I would like to know how do people test a manifest that is basically static