Any way to use puppet or chef without launching daemons

chefinstallationpuppet

Is there any way to use puppet or chef recipes without launching daemons and such? I'd like to be able to interpret files and apply them without all of the heavy lifting.

If not, is there an alternate product that can be used to setup arbitrary things like lamp stacks without a footprint?

Best Answer

You can run puppet <file>.pp if you just want to apply a single manifest locally. This said, if you've got a small number of servers to manage, a single puppetmasterd isn't going to be a huge inconvenience.

Related Topic