Re: [Puppet-dev] Accessing attribute value of one resource in another resource impleataion

2015-06-20 Thread Ganesh Nalawade
Great, It worked for me. Thanks Dylan, Reid and Michael. Appreciate all your help. Regards, Ganesh On Sat, Jun 20, 2015 at 2:21 PM, Dylan Ratcliffe dylan.ratcli...@puppetlabs.com wrote: I would use the value of the $title variable to ensure both that you can refer to the new_type resource

Re: [Puppet-dev] Accessing attribute value of one resource in another resource impleataion

2015-06-20 Thread Dylan Ratcliffe
I would use the value of the $title variable to ensure both that you can refer to the new_type resource and that it will have a unique title each time the defined type is called, to find out more check out this page, it has everything you need to know about writing a defined type:

Re: [Puppet-dev] Accessing attribute value of one resource in another resource impleataion

2015-06-20 Thread ganesh634
Is there a way to retrieve the parameter values of resource for previous client run during current execution of client. The reason for this question is how to handle scenario where path value of 'new_type' resource is changed to already existing file whose contents are not changed. In