Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Generate puppetboard's random but not changing secret key by default
Browse files Browse the repository at this point in the history
    Starting with Puppetboard 5.0.0 providing own $secret_key is required. See voxpupuli/puppetboard#721 for more info. If you run Puppetboard on a single node with static FQDN then you can set it the following code to generate a random but not changing value: ${fqdn_rand_string(32)}
  • Loading branch information
t-valette committed Oct 24, 2023
1 parent 6c86f6d commit 9359405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/profile/puppetboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
puppetdb_port => $puppetdb_port,
puppetdb_host => $puppetdb_host,
manage_virtualenv => $manage_virtualenv,
secret_key => fqdn_rand_string(32),
}

if($ssl){
Expand Down

0 comments on commit 9359405

Please sign in to comment.