Summary
If you have a content-guard, you want to be able to associate it to distributions.
Examples
pulp file distribution create --name foo --repository bar --content-guard blech --base-path bar
pulp file distribution update --name foo --content-guard blech
# Remove it again
pulp file distribution update --name foo --content-guard ""
Summary
If you have a content-guard, you want to be able to associate it to distributions.
Examples
pulp file distribution create --name foo --repository bar --content-guard blech --base-path barpulp file distribution update --name foo --content-guard blech# Remove it againpulp file distribution update --name foo --content-guard ""