On Mon, Dec 22, 2008 at 10:05:08PM +0100, udo waechter wrote:
> Hello puppet-users.
> I have a really strange problem since some days.
> puppetmasterd is 0.24.5-2 (Debian etch)
> puppetd are 0.24.4 (Ubuntu hardy desktop/server), 0.24.5-2 (Debian  
> etch), 0.24.5 (Darwin, 10.5.[56], Darwin 10.4 Server)
>
> I have a class:
>
> class ikw::sge::exechost {
>     include sge::submithost
>     include sge::exechost
>     include sge::munin-grapher
>     include ikw::sge::exechost::common
> }
>
> all include sge::* are from one module, called sge.
>
> Here is the strange thing:
>
> class sge::submithost is evaluated and everything therein is applied.
> class sge::exechost is not evaluated and nothing is applied.
>
> This worked for a long time. Now, I have installed some new nodes and  
> was wondering why they did not get configured as exechosts. After  
> looking into the problem, I saw that the sge::exechost class is no  
> longer applied.
>
> When I enter the class sge::exechost directly in nodes.pp it works. So  
> there is nothing wrong with the class as such.

Pure guess here, but I noticed that you're in class class
ikw::sge::exechost, which has a near-identical name.  Try naming
sge::exechost something else and see if that helps?

-Robin

-- 
They say:  "The first AIs will be built by the military as weapons."
And I'm thinking:  "Does it even occur to you to try for something
other than the default outcome?" -- http://shorl.com/tydruhedufogre
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to