Hello,
here it is:

puppetd --server pc03 --test --noop --evaltrace
info: Caching catalog for aldaqpc001.cern.ch
info: Applying configuration version '1296044901'
info: /Schedule[puppet]: Evaluated in 0.00 seconds
info: /Schedule[daily]: Evaluated in 0.00 seconds
info: /Schedule[monthly]: Evaluated in 0.00 seconds
info: /Schedule[never]: Evaluated in 0.00 seconds
info: /Schedule[weekly]: Evaluated in 0.00 seconds
info: /Schedule[hourly]: Evaluated in 0.00 seconds
info: /Filebucket[puppet]: Evaluated in 0.00 seconds
notice: Finished catalog run in 0.02 seconds


cat /var/lib/puppet/classes.txt
settings

For the node definition on the server I use
File:
# site.pp

import "nodes.pp"

File nodes.pp

import "classes/*.pp"

node "pc001" {

    include ldc
}
node "pc002" {

    include test
}
node "pc003" {

    include gdc
}

where ldc is a class.

Thanks for your help!
Cheers,
Adriana
On Jan 26, 2:24 pm, "luke.bigum" <luke.bi...@fasthosts.co.uk> wrote:
> Hi Adriana,
>
> Can you paste the output of:
>
> puppetd --test --noop --evaltrace
>
> and:
>
> cat /var/lib/puppet/classes.txt
>
> and your node definition for the host 'pc001'.
>
> -Luke
>
> On Jan 26, 1:19 pm, Adriana <adriana.tele...@gmail.com> wrote:
>
> > Hello,
> > I have installed puppet on the machine that is supposed to be the
> > puppet server.
> > Puppet is version 2.6.4
> > The puppet.conf file is the default created with puppet --genconfig >
> > puppet.conf
> ...
> > info: Applying configuration version '1296044901'
> > debug: Finishing transaction 23930164414940
> > debug: Storing state
> > debug: Stored state in 0.00 seconds
> > notice: Finished catalog run in 0.02 seconds
>
> > Any ideas? I cannot understand why it doesn't work.
> > Thanks for your help!
> > Adriana

-- 
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