-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #24012 - Add PuppetCA providers settings
- Loading branch information
Julian Todt
committed
Jul 5, 2018
1 parent
210c5ad
commit 3149d56
Showing
5 changed files
with
81 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
# | ||
# Configuration of the PuppetCA token_whitelisting provider | ||
# | ||
|
||
:sign_all: <%= scope.lookupvar('foreman_proxy::puppetca_sign_all') %> | ||
:tokens_file: <%= scope.lookupvar('foreman_proxy::puppetca_tokens_file') %> | ||
:token_ttl: <%= scope.lookupvar('foreman_proxy::puppetca_token_ttl') %> | ||
<% unless [nil, :undefined, :undef].include?(scope.lookupvar("foreman_proxy::puppetca_certificate")) -%> | ||
:certificate: <%= scope.lookupvar('foreman_proxy::puppetca_certificate') %> | ||
<% end -%> |