HomePhorge

(#5421) Link should autorequire target
db962a592d5fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#5421) Link should autorequire target

When we manage a local link to a directory and the target directory is
managed by puppet as well, establish an autorequire. So if we have
something like

file { '/foo': ensure => directory }
file { '/link_to_foo': ensure => '/foo' }
file { '/link_to_foo/bar': ensure => file }

we can ensure that puppet does not create dead links and does not try to
create '/link_to_foo/bar' before /foo is created.

Details

Provenance
Stefan Schulte <stefan.schulte@taunusstein.net>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUbb5386c5fb21: Updated CHANGELOG for 2.7.8rc1
Branches
Unknown
Tags
Unknown

Event Timeline

Stefan Schulte <stefan.schulte@taunusstein.net> committed rPUdb962a592d5f: (#5421) Link should autorequire target (authored by Stefan Schulte <stefan.schulte@taunusstein.net>).Dec 5 2011, 10:57 PM