My custom external nodes script sets the environment variable, but Puppet
ignores it.

For testing, I have a manifest that deploys this template to a file:
environment = <%= environment %>

The output from my external nodes script:
---
classes:
- devhost
environment: development
parameters:
  memcached_memory: '32'

But running "puppetd --test" results in the file's contents:
environment = production

Why is my external nodes environment being ignored?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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