Skip to content

Commit

Permalink
Refs #8585: Fix broken Pulp API.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Mar 14, 2015
1 parent fc4d6ad commit a0dbae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# Subsystems settings
$candlepin_url = 'https://localhost:8443/candlepin'
$pulp_url = "https://${::fqdn}/pulp/api/v2"
$pulp_url = "https://${::fqdn}/pulp/api/v2/"

# database reinitialization flag
$reset_data = 'NONE'
Expand Down

0 comments on commit a0dbae6

Please # to comment.