Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9314288
params.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
686 B
Subscribers
None
params.pp
View Options
# Class: puppetdb::params
#
# The puppetdb configuration settings.
#
# Parameters:
#
# Actions:
#
# Requires:
#
# Sample Usage:
#
class
puppetdb
::
params
{
# TODO: need to condition this based on whether we are a PE install or not
$ssl_listen_address
=
$::clientcert
$ssl_listen_port
=
8081
$database
=
'postgres'
# The remaining database settings are not used for an embedded database
$database_host
=
'localhost'
$database_port
=
'5432'
$database_name
=
'puppetdb'
$database_username
=
'puppetdb'
$database_password
=
'puppetdb'
$gc_interval
=
60
$confdir
=
'/etc/puppetdb/conf.d'
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Jul 3, 12:20 PM (2 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3279478
Attached To
rSPPDB PuppetDB configuration
Event Timeline
Log In to Comment