Re: [Puppet Users] Dependency Cycles.

2012-09-10 Thread Luke Bigum
Your problem looks like it is in Class[main]. Class[main] is where resources go that don't have enclosing classes, so something in a node definition or in site.pp is referencing Exec[apt-update], which is also in Stage[stage3], causing your cycle. I'd start by auditing your site.pp and node def

Re: [Puppet Users] Dependency Cycles.

2012-09-10 Thread R.I.Pienaar
Hello Douglas, - Original Message - > From: "Douglas Garstang" > To: "Puppet Users" > Sent: Monday, September 10, 2012 5:05:55 PM > Subject: [Puppet Users] Dependency Cycles. > > I know it's highly unconstructive, but I just wanted to say

[Puppet Users] Dependency Cycles.

2012-09-10 Thread Douglas Garstang
I know it's highly unconstructive, but I just wanted to say that I am sick and tired of getting these, and they completely piss me off. Debugging this is a friggin nightmare. *sigh* err: Could not apply complete catalog: Found 1 dependency cycle: (Exec[apt-update] => Package[lvm2] => Class[Lvm::S

[Puppet Users] Dependency cycles, please help.

2010-03-05 Thread Julien Cornuwel
Hi, I'm having trouble writing a recipe to handle apache/passenger. First, here is my apache2 class, found here : http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe - $apache2_sites = "/etc/apache2/sites" $apache2_mods = "/etc/apa

[Puppet Users] Dependency cycles, please help.

2010-03-04 Thread Julien Cornuwel
Hi, I'm having trouble writing a recipe to handle apache/passenger. First, here is my apache2 class, found here : http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe - $apache2_sites = "/etc/apache2/sites" $apache2_mods = "/etc/apa

[Puppet Users] dependency cycles in the following relationships

2008-11-19 Thread Arnau Bria
Hi, after reading Paul's reply to one of my questions: http://groups.google.com/group/puppet-users/browse_thread/thread/4753569f04aee731?hl=en I tried to redefine all types dependencies and trasnform them into definiton dependencies (trying to simplify all my conf). So, my wn_class looks like: