Skip to content

Instantly share code, notes, and snippets.

@cwjohnston
Created April 27, 2010 18:48
Show Gist options
  • Save cwjohnston/381137 to your computer and use it in GitHub Desktop.
Save cwjohnston/381137 to your computer and use it in GitHub Desktop.
not_if do (File.symlink?("#{node[:apache][:dir]}/mods-enabled/#{params[:name]}.load") and
((File.exists?("#{node[:apache][:dir]}/mods-available/#{params[:name]}.conf"))?
(File.symlink?("#{node[:apache][:dir]}/mods-enabled/#{params[:name]}.conf")):(true)))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment