Hi all,
I am having an issue with the syntax for a node definition. I want to
use a facter variable in my definition but I get a syntax error. Here
is the code

node "${fqdn}" {  include adm }

Here is the error.

Could not parse for environment production: Syntax error at '';
expected '}' at /etc/puppet/manifests/nodes.pp:16

I test to make sure that ${fqdn} is set before defining the node. I
have used static strings and regexes and they all work but, for some
reason, the variable will not be expanded.

Thanks

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