On 17 February 2013 01:34, Jason Edgecombe <ja...@rampaginggeek.com> wrote:

> On 02/14/2013 07:25 PM, Peter Brown wrote:
>
>> On 15 February 2013 10:04, joe <lava...@gmail.com> 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.) would be refreshed when the package gets
>>> updated in your repo.
>>>
>>
>> I disagree.
>> I use puppet for managing code deployments.
>> I tend to use svn or git to roll it out because our internal software is a
>> moving target and not well suited to packages and because it can be
>> deployed multiple times on a node.
>> Yes I realise I could use a package for that but I find it easier to use a
>> source code management system.
>> Updating is a simple process of updating one variable that specifies the
>> tag to update to.
>>
>>
>>
> Puppetforge has the vcsrepo module if you want to use the pull method:
> https://forge.puppetlabs.com/**puppetlabs/vcsrepo<https://forge.puppetlabs.com/puppetlabs/vcsrepo>
>
> I'm just not sure if "notify" works with it.



I was intending on having a look at vscrepo to see if i can get it to work
with my setups.
It looks pretty handy.


>
> Jason
>
>
> --
> 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+unsubscribe@**googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com>
> .
> To post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at 
> http://groups.google.com/**group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en>
> .
> For more options, visit 
> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
> .
>
>
>

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to