Jeff Abrahamson <j...@purple.com> writes:
> This is the puppetserver that is included in PE but not in the open
> source version? (We're using the open source puppet atm.)

puppetserver is also available in the opensource version (which we are
using as well). e.g. for puppet 3 on rhel 7 it's available via
http://yum.puppetlabs.com/el/7/products/x86_64/ as a single package.
puppet 4 change to so called all-in-one packaging
(https://docs.puppetlabs.com/puppet/4.0/reference/release_notes.html),
but nevertheless puppetserver is available as well.

> I'd understood (though the reasons are not well spelled out except
> maybe here) that Webrick, anyway, is not such a good idea.

webrick is single threaded, so not an option in a prod environment
(except you are running just a few (5-10) nodes).

> Cool, thanks! I'll poke through those.
> On first glance, that seems to let me do unit testing without being
> able to confirm that a fresh vm will properly come up with the desired
> functionality. Did I miss something?

beaker is a tool to boot vm's or containers, do a puppet run and
afterwards verify via serverspec (http://serverspec.org/) that the host
conforms to your code.

you could also use native serverspec without beaker to verify your
regular nodes conform to your requirements.

toni

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/871t8dn9k3.fsf%40stderr.at.
For more options, visit https://groups.google.com/d/optout.

Reply via email to