Hi,

I am trying to debug some abnormal behavior here and to help me figure out
what is happening, I've run the agent with --graph option.

And meanwhile I've found that under resources.odt I see a Class[Main] node
child with a wrong hostname.

Class[Main]->Node[hyp2-cdn-*picd*.foo.bar]

but in my manifest I've defined this hostname using a regular expression
like:

node /^hyp2\-cdn\-*pic\d+*\.foo\.bar$/ inherits hyp2_base {

    # stuff

    file { ''/tmp/puppet_debug.txt":
        ensure => file,
        content => "DEBUG"
    }
}

I can see the puppet_debug.txt file content so I can assume it goes through
the correct class, but shouldn't it be:

Class[Main]->Node[hyp2-cdn-*pic01*.foo.bar] and so on?


: malfunction behavior is not related with this... I am just trying to
debug: somehow, after register and apply the catalog without errors, the
server gets out of puppet and if I run puppet agent --no-daemonize -v -d -o
it asks me to sign it again. weird...



Cheers,
Francisco

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to