Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346881
global.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
438 B
Subscribers
None
global.pp
View Options
# PRIVATE CLASS - do not use directly
class
puppetdb
::
server
::
global
(
$vardir
=
$puppetdb::params::vardir,
)
inherits
puppetdb
::
params
{
# Set the defaults
Ini_setting
{
path
=>
"${confdir}/config.ini"
,
ensure
=>
'present'
,
section
=>
'global'
,
require
=>
File
[
"${confdir}/config.ini"
],
}
if
$vardir
{
ini_setting
{
'puppetdb_global_vardir'
:
setting
=>
'vardir'
,
value
=>
$vardir,
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 4:35 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3267988
Attached To
rSPPDB PuppetDB configuration
Event Timeline
Log In to Comment