Displaying 1 result from an estimated 1 matches for "vu0ytpap1".
2012 Jul 26
4
Weird "cannot reassign variable name on node" error when I try to use standalone
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