So I am an UBER-NOOB at Puppet. Today is my first day using it. I am 
following along with the book: Puppet 3 Beginners guide.

Everything was going fine until I start creating a nodes.pp file and 
applying the site.pp.

*The error I am getting is this:*

[root@puppet-san2 manifests]# puppet apply site.pp
Error: Could not find default node or by name with 'puppet-san2.domain.com, 
puppet-san2.domain, puppet-san2' on node puppet-san2.domain.com
Error: Could not find default node or by name with 'puppet-san2.domain.com, 
puppet-san2.domain, puppet-san2' on node puppet-san2.domain.com


*This is my site.pp:*

import 'nodes.pp'


*This is my nodes.pp:*

node 'demo' {
  file { '/tmp/hello':
    content => "Hello, world\n",
  }
}


My puppet server is in DNS and resolves properly. So I'm at a loss. Any 
thoughts? I am running puppet community edition 3.3.1 on  a CentOS 6.4 
server

Any help would be greatly appreciated. Thanks!

- Philippe

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0778d8c4-9ac9-46cd-a2b3-7e0a813552c5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to