We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the puppet-puppetboard wiki!
Current Issues
class { 'puppetboard': extra_settings => { # generate your key like so: # python3 -c 'import secrets; print(secrets.token_hex())' # NOTE: Double-quotes needed below to ensure string gets quotes correctly in settings.py 'SECRET_KEY' => "'YOURKEYHERE'" }, }