Skip to content

Instantly share code, notes, and snippets.

@jamesattard
Forked from Vultour/foreman-uninstall.sh
Last active July 17, 2019 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesattard/8f8bbab37e2dc5e53b8722d7edebe2f5 to your computer and use it in GitHub Desktop.
Save jamesattard/8f8bbab37e2dc5e53b8722d7edebe2f5 to your computer and use it in GitHub Desktop.
# Remove foreman
yum remove foreman foreman-installer foreman-proxy
rm -rf /var/lib/foreman /usr/share/foreman /usr/share/foreman-proxy/logs
# Remove puppet
yum remove puppet puppetmaster puppet-common puppetmaster-common puppetlabs-release
rm -rf /usr/lib/ruby/vendor_ruby/puppet /usr/share/puppet /var/lib/puppet /etc/puppet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment