Aside: do you perhaps mean

source => file("/home/$::realuser/puppet/files/smb.conf"),

instead of

content => file("/home/$::realuser/puppet/files/smb.conf"),

?

Do you have any lines like:
notice("the value of realuser is ${realuser}  and ::realuser is
${::realuser} ")

in your manifest to confirm what the variables might actually contain?

On 23 November 2011 05:53, Alexander Fortin <alexander.for...@gmail.com>wrote:

> On 11/22/11 7:37 PM, Aaron Grewell wrote:
>
>> Curly braces perhaps?
>> content =>  file("/home/${realuser}/**puppet/files/smb.conf"),
>>
>
> Tried both with ${realuser} and with ${::realuser}, no luck.
>
>
> --
> Alexander Fortin
> http://about.me/**alexanderfortin/ <http://about.me/alexanderfortin/>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to puppet-users+unsubscribe@**
> googlegroups.com <puppet-users%2bunsubscr...@googlegroups.com>.
> For more options, visit this group at http://groups.google.com/**
> group/puppet-users?hl=en<http://groups.google.com/group/puppet-users?hl=en>
> .
>
>

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