Skip to content

Instantly share code, notes, and snippets.

@wbclark
Created July 12, 2022 20:14
Show Gist options
  • Save wbclark/0b1b2fc17f513c59360cd9f04d110a56 to your computer and use it in GitHub Desktop.
Save wbclark/0b1b2fc17f513c59360cd9f04d110a56 to your computer and use it in GitHub Desktop.
Katello::ContentViewEnvironment.all.each do |cve|
ForemanTasks.async_task(
Actions::Candlepin::Environment::SetContent,
cve.content_view,
cve.owner,
cve,
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment