On Apr 20, 2011, at 6:07 PM, Sans wrote:

> Dear all,
> 
> Say for example, this is the  package, already installed on the
> system:
> 
> # rpm -qa | grep lfc-libs
> lfc-libs-1.8.0-1sec.sl5
> lfc-libs-1.8.0-1sec.sl5
> 
> and I want a symbolic: "liblfc.so ->  libdpm.so.1.8.0" in "/opt/lfc/
> lib", for example. Is it possible? Cheers!!

Setting symlinks is standard job for file resource type:

file { '<source>':
        ensure => '<destination>'
}

Example.:

file {'/etc/inetd.conf':
        ensure => 'etc/inet/inetd.conf'
}

This creates a symlink /etc/inetd.conf pointing to /etc/inet/inetd.conf

hth

Martin

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

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