Skip to content

Commit

Permalink
exclude api from pulp3 api url
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill committed Dec 17, 2019
1 parent 1f4c934 commit e4d5e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/pulp/params.pp
Expand Up @@ -10,7 +10,7 @@
$pulp3_enabled = false
$pulp3_mirror = false
$pulp_url = "https://${::fqdn}/pulp"
$pulp3_api_url = "${pulp_url}/api"
$pulp3_api_url = "${pulp_url}"
$pulp3_content_url = "${pulp_url}/content"
$pulp_dir = '/var/lib/pulp'
$pulp_content_dir = '/var/lib/pulp/content'
Expand Down

0 comments on commit e4d5e44

Please sign in to comment.