Skip to content

Commit e3b9278

Browse files
jakduchehelms
authored andcommitted
Fixes #425 - Enable pulp_ansible and pulp_deb in katello flavor
The katello flavor only enabled content/container and content/rpm, which meant pulp_ansible and pulp_deb were not in the PULP_ENABLED_PLUGINS list. This caused ansible content operations to fail with content type not available errors. Add content/ansible and content/deb to the katello flavor features so they get mapped to pulp_ansible and pulp_deb plugins via the dynamic pulp_plugins variable in base.yaml.
1 parent 09cb1e9 commit e3b9278

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vars/flavors/katello.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
flavor_features:
33
- foreman
44
- katello
5+
- content/ansible
56
- content/container
7+
- content/deb
68
- content/rpm

0 commit comments

Comments
 (0)