Hi,

I have the following resource defined:

        file { "/var/lib/foo":
                ensure => directory,
                owner => root,
                group => root,
                mode => 0755,
        }

On some systems, but not on all, I have /var/lib/foo symlinked to
another partition with more space. Those symlinks (/var/lib/foo =>
/space/foo) are replaced during the puppet run with a local directory.

Neither the force nor the replace parameter to the File resource seems
to stop this behavior.

Is there anyway to obtain this behavior short of using an exec?

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062

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