Created
May 15, 2014 13:46
-
-
Save a-nldisr/1c63737d1b9661a33b00 to your computer and use it in GitHub Desktop.
Does not create deadlinks when using symlink in cfengine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body link_from ln_source(x) | |
{ | |
link_type => "symlink"; | |
source => "$(x)"; | |
when_no_source => "nop"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment