Re: [Puppet Users] Re: Dependency Cycle Question

2013-07-17 Thread Josh Cooper
On Wed, Apr 3, 2013 at 7:42 AM, beyonddc.stor...@gmail.com wrote: Hi John, Your explanation should be correct. I believe the registry_key is behaving like the file resource since I was able to replace the problem using a file resource instead. You are also correct that the registry_key

[Puppet Users] Re: Dependency Cycle Question

2013-04-03 Thread jcbollinger
On Tuesday, April 2, 2013 2:09:41 PM UTC-5, beyonddc...@gmail.com wrote: Hi All, I am new to Puppet and have a question on dependency cycle. I am currently applying my resource directly using the command prompt on Windows 'puppet apply --noop init.pp'. When I try to test it, I

[Puppet Users] Re: Dependency Cycle Question

2013-04-03 Thread beyonddc . storage
Hi John, Your explanation should be correct. I believe the registry_key is behaving like the file resource since I was able to replace the problem using a file resource instead. You are also correct that the registry_key has autorequire implemented. The registry_key resource is downloaded