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