Re: [Puppet Users] Puppet remote resource

2011-10-21 Thread Benyi Wang
MCollective seems what I want. Thanks a lot. On Fri, Oct 21, 2011 at 9:43 AM, Benyi Wang wrote: > On Thu, Oct 20, 2011 at 11:23 PM, Denmat wrote: > >> Hi, >> >> No, puppet is about setting desired state of your nodes rather than >> current state. That is: >> 'the service be started on this node

Re: [Puppet Users] Puppet remote resource

2011-10-21 Thread Benyi Wang
On Thu, Oct 20, 2011 at 11:23 PM, Denmat wrote: > Hi, > > No, puppet is about setting desired state of your nodes rather than current > state. That is: > 'the service be started on this node'. > 'this directory should not exist'. > > If the nodes work independently, it is always true. > It's no

Re: [Puppet Users] Puppet remote resource

2011-10-20 Thread Denmat
Hi, No, puppet is about setting desired state of your nodes rather than current state. That is: 'the service be started on this node'. 'this directory should not exist'. It's not really about 'that other nodes service should be up, but if it's not there right now, don't do this either'. Now if