Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created November 10, 2016 18:13
Show Gist options
  • Save mccun934/d8c97bc179a2d605b071d9fca28dce9d to your computer and use it in GitHub Desktop.
Save mccun934/d8c97bc179a2d605b071d9fca28dce9d to your computer and use it in GitHub Desktop.
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