Re: [Puppet Users] Re: Checking GIT updates

2013-02-18 Thread Peter Brown
On 17 February 2013 01:34, Jason Edgecombe wrote: > On 02/14/2013 07:25 PM, Peter Brown wrote: > >> On 15 February 2013 10:04, joe wrote: >> >> Puppet isn't particularly good at code deployment. Ideally, you'd package >>> your code, set a package resource to ensure => latest, then update your >

Re: [Puppet Users] Re: Checking GIT updates

2013-02-18 Thread Felix Frank
On 02/15/2013 01:11 AM, Brian Lalor wrote: >> Puppet isn't particularly good at code deployment. Ideally, you'd >> package your code, set a package resource to ensure => latest, then >> update your package repo with the new code. Then, all the resources >> that subscribe to that package (services,

Re: [Puppet Users] Re: Checking GIT updates

2013-02-16 Thread Jason Edgecombe
On 02/14/2013 07:25 PM, Peter Brown wrote: On 15 February 2013 10:04, joe wrote: Puppet isn't particularly good at code deployment. Ideally, you'd package your code, set a package resource to ensure => latest, then update your package repo with the new code. Then, all the resources that subscr

Re: [Puppet Users] Re: Checking GIT updates

2013-02-14 Thread Peter Brown
On 15 February 2013 10:04, joe wrote: > Puppet isn't particularly good at code deployment. Ideally, you'd package > your code, set a package resource to ensure => latest, then update your > package repo with the new code. Then, all the resources that subscribe to > that package (services, etc.) w

Re: [Puppet Users] Re: Checking GIT updates

2013-02-14 Thread Brian Lalor
On Feb 14, 2013, at 7:04 PM, joe wrote: > Puppet isn't particularly good at code deployment. Ideally, you'd package > your code, set a package resource to ensure => latest, then update your > package repo with the new code. Then, all the resources that subscribe to > that package (services, et

[Puppet Users] Re: Checking GIT updates

2013-02-14 Thread joe
Puppet isn't particularly good at code deployment. Ideally, you'd package your code, set a package resource to ensure => latest, then update your package repo with the new code. Then, all the resources that subscribe to that package (services, etc.) would be refreshed when the package gets upda

[Puppet Users] Re: Checking GIT updates

2013-02-14 Thread llowder
On Thursday, February 14, 2013 2:49:42 PM UTC-6, John Coggeshall wrote: > > Hello all, > > I'm using puppet to deploy my codebase from GIT. I have everything > working, but i currently don't have any way to check to make sure there is > actually something TO deploy before it goes through the en