Skip to content

Commit

Permalink
Specify /pulp/api/v3
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
wbclark authored and ehelms committed Dec 14, 2019
1 parent 0c8f3ef commit 0b9e5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/apache.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Configure an Apache vhost
# @api private
class pulpcore::apache {
$api_path = '/pulp/api'
$api_path = '/pulp/api/v3'
$api_url = "http://${pulpcore::api_host}:${pulpcore::api_port}${api_path}"
$content_path = '/pulp/content'
$content_url = "http://${pulpcore::content_host}:${pulpcore::content_port}${content_path}"
Expand Down

0 comments on commit 0b9e5f5

Please sign in to comment.