Hello,

I have a group of variables like

$a_logs_project1 = machine1
$b_logs_project2 = machine2

then on the definition I'm genrating a variable like:

$machine_name = "${letter}_logs_${project}"

So $machine name will be something like: a_logs_project1

Now I need to convert that (or interpolate it somehow) into the real
value "machine1"

So I have a variable $machine_name which has the name of the variable
which has the real value. Do you have any ideas how to obtain this
value?

Any help will be appreciated.

Thank you.

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