Created
November 10, 2016 18:13
-
-
Save mccun934/d8c97bc179a2d605b071d9fca28dce9d to your computer and use it in GitHub Desktop.
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 characters
mkdir -p /etc/foreman-installer/applied_hooks/pre | |
touch /etc/foreman-installer/applied_hooks/pre/fix_katello_settings_file | |
touch /etc/foreman-installer/applied_hooks/pre/fix_pulp_httpd_conf | |
touch /etc/foreman-installer/applied_hooks/pre/migrate_candlepin | |
touch /etc/foreman-installer/applied_hooks/pre/migrate_pulp | |
touch /etc/foreman-installer/applied_hooks/pre/start_databases | |
touch /etc/foreman-installer/applied_hooks/pre/start_httpd | |
touch /etc/foreman-installer/applied_hooks/pre/start_pulp | |
touch /etc/foreman-installer/applied_hooks/pre/start_qpidd | |
touch /etc/foreman-installer/applied_hooks/pre/start_tomcat | |
touch /etc/foreman-installer/applied_hooks/pre/stop_services | |
touch /etc/foreman-installer/applied_hooks/pre/update_http_conf | |
mkdir -p /etc/foreman-installer/applied_hooks/post | |
touch /etc/foreman-installer/applied_hooks/post/add_export_distributor | |
touch /etc/foreman-installer/applied_hooks/post/db_seed | |
touch /etc/foreman-installer/applied_hooks/post/elasticsearch_message | |
touch /etc/foreman-installer/applied_hooks/post/import_distributions | |
touch /etc/foreman-installer/applied_hooks/post/import_package_groups | |
touch /etc/foreman-installer/applied_hooks/post/import_puppet_modules | |
touch /etc/foreman-installer/applied_hooks/post/import_rpms | |
touch /etc/foreman-installer/applied_hooks/post/import_subscriptions | |
touch /etc/foreman-installer/applied_hooks/post/remove_docker_v1_content | |
touch /etc/foreman-installer/applied_hooks/post/remove_gutterball | |
touch /etc/foreman-installer/applied_hooks/post/restart_services | |
touch /etc/foreman-installer/applied_hooks/post/update_puppet_repository_distributors | |
touch /etc/foreman-installer/applied_hooks/post/update_subscription_facet_backend_data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment