Hi -- I'm trying call apply in standalone mode on a configuration I've
written.
The way I call the command is like this:
  $ puppet apply manifests/site.pp -v --modulepath modules

The directory structure is simple:
  .
  manifests/site.pp
  manifests/nodes.pp
  modules/ ...

site.pp just includes nodes.pp, and nodes.pp looks like this:
https://gist.github.com/3181007

When I comment out the node declaration, it all compiles just fine, but
with the node declaration, I get this error:
  Cannot reassign variable name on node
ip-xx-xx-xx-xx.eu-west-1.compute.internal

Obviously, the node's name in the original doesn't have 'xx's, but a valid
IP.

Can anybody advise me as to how to get this working? I've tried everything
I can think of.
Thanks very much for any & all assistance,
   Doug.

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