Skip to content

Commit

Permalink
Merge pull request #75 from johnpmitsch/moving_pulp_client_certs
Browse files Browse the repository at this point in the history
Fixes #13658 - pulp_client_key and pulp_client_cert not being set cor…
  • Loading branch information
ehelms committed Feb 11, 2016
2 parents fd9f9cf + dae97e2 commit d050325
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions manifests/pulp_client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,4 @@
}
}

foreman_config_entry { 'pulp_client_cert':
value => $client_cert,
ignore_missing => false,
}

foreman_config_entry { 'pulp_client_key':
value => $client_key,
ignore_missing => false,
}
}

0 comments on commit d050325

Please sign in to comment.