Hi all,

I have written the following code...

$someendpoint1="12345"
$someendpoint2="54321"
$prop = "/app/tcs/temp.properties"

file{'temp.properties':
path =>"$prop",
ensure =>'present',
content =>"$someendpoint1=http://sdrhuiswresw:8080/ersfrsdrs/sdersrsrs
$someendpoint2=http://sdrhuiswresw:8080/ersfrsdrs/sdersrsrs";
}

actually i want to apply variables to the link..when am trying to do that 
am getting an error. How can i assign the variables to link???

Can sum one please help me with it.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to