Instantly share code, notes, and snippets.

Embed
What would you like to do?
Fix Foreman After Salt Plugin Uninstall
delete from fact_values where fact_name_id in (select id from fact_names where "type" like 'ForemanSalt%');
delete from fact_names where "type" like 'ForemanSalt%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment