Fully uninstall chef

Hi all,

I have installed chef-server but I have really messed it up and now I just want to fully remove all the files and associated configurations. I have run “chef-server-ctl uninstall” and also done yum remove on the package. However doing this does not fully remove everything. I wanted to know how to basically erase everything so I can start back at square one as I have really messed things up :wink:

Not sure the answer to your question but in general, this is why I like to work in local VirtualBox VMs first. Easy to just reset back to original state and start over i.e. vagrant destroy && vagrant up kitchen destroy && kitchen converge.

For future use, should be a chef-server-ctl cleanse command that’ll nuke
the site from orbit (it’s the only way to be sure). This not only
uninstalls, but wipes out all config and data.

To manually cleanse, you’ll want to ensure all the processes are stopped,
then wipe (from memory, this list may be incomplete):
/etc/opscode/
/var/opt/opscode/
/opt/opscode/
/var/log/opscode

Thank you. I found that command a few hours after my initial post.