On Friday, July 27, 2012 4:21:58 AM UTC-5, A_SAAS wrote:
>
> Hi everyone,
>
>
> Do You know if it is possible make sure puppet use the destination of 
> symbolic link as a source file. Let me explain here is the situation.
>

If I understand you correctly, you should be looking at the 'links' and 
'ensure' parameters.  Something along these lines should do what I think 
you want:

file { "/tmp/foo":
  ensure => file,
  links => follow,
  source => puppet:///modules/${mymodule}/link_to_foo"
}


John

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/GZgw5UE3slYJ.
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