Skip to content

Commit

Permalink
Fixes #32160 - enable ansible content
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Apr 21, 2021
1 parent f395738 commit 081a6d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#
# $enable_deb:: Enable debian content plugin
#
# $enable_ansible:: Enable ansible content plugin
#
# $pulpcore_mirror:: Deploy Pulp to be used as a mirror
#
# === Advanced parameters:
Expand Down Expand Up @@ -104,6 +106,7 @@
Boolean $enable_file = true,
Boolean $enable_docker = true,
Boolean $enable_deb = true,
Boolean $enable_ansible = true,

Boolean $pulpcore_manage_postgresql = true,
Stdlib::Host $pulpcore_postgresql_host = 'localhost',
Expand Down Expand Up @@ -274,6 +277,10 @@
use_pulp2_content_route => true,
}
}
if $enable_ansible {
class { 'pulpcore::plugin::ansible':
}
}
include pulpcore::plugin::certguard # Required to be present by Katello when syncing a content proxy

class { 'foreman_proxy::plugin::pulp':
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"name": "theforeman/pulpcore",
"version_requirement": ">= 3.2.0 < 4.0.0"
"version_requirement": ">= 3.3.0 < 4.0.0"
}
],
"requirements": [
Expand Down

0 comments on commit 081a6d4

Please sign in to comment.