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 17, 2015
1 parent fc4d6ad commit 6f1b132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions spec/classes/katello_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
' oauth_key: katello',
' oauth_secret: secret',
' pulp:',
" url: https://#{facts[:fqdn]}/pulp/api/v2",
" url: https://#{facts[:fqdn]}/pulp/api/v2/",
' oauth_key: katello',
' oauth_secret: secret',
' qpid:',
Expand Down Expand Up @@ -79,7 +79,7 @@
' oauth_key: katello',
' oauth_secret: secret',
' pulp:',
" url: https://#{facts[:fqdn]}/pulp/api/v2",
" url: https://#{facts[:fqdn]}/pulp/api/v2/",
' oauth_key: katello',
' oauth_secret: secret',
' qpid:',
Expand Down

0 comments on commit 6f1b132

Please # to comment.