Created
November 19, 2009 22:03
Revisions
-
There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ link "/etc/pure-ftpd/auth/70puredb" do to "../conf/PureDB" notifies :restart, resources(:service => "pure-ftpd") # If the symlink exists and it points to the "TO" file then don't do anything not_if do File.symlink?("#{name}") and File.readlink("#{name}") == to end end