Created
June 21, 2018 21:40
-
-
Save mccun934/ffee725285eda9046b7b4d77bcf69a0e 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
#!/bin/bash | |
systemctl stop foreman-tasks.service | |
cat <<EOF | foreman-rake console | |
User.current = User.anonymous_admin | |
ForemanTasks::Task.where(:label => "Actions::Candlepin::ListenOnCandlepinEvents").destroy_all | |
ForemanTasks::Task.where(:label => "Actions::Katello::EventQueue::Monitor").destroy_all | |
EOF | |
systemctl start foreman-tasks.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment