Application deployment with Puppet
Posted
by
michaeltwofish
on Server Fault
See other posts from Server Fault
or by michaeltwofish
Published on 2012-03-22T22:03:08Z
Indexed on
2012/03/22
23:31 UTC
Read the original article
Hit count: 196
deployment
|puppet
I'm new to Puppet and while I've been using *nix systems for many years, I've never worked as a sysadmin or in ops.
I'm currently writing Puppet manifests for hosting a set of (PHP/MySQL/MongoDB, code in git) web applications. Clearly Puppet needs to have some knowledge of the actual applications because I'll set up a virtual host for each one, but I'm not sure whether Puppet should be managing things like code deployment and database creation.
Is Puppet an appropriate tool for application deployment? If not, can you recommend a more appropriate tool?
© Server Fault or respective owner