Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346163
init_slave_validate.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
931 B
Subscribers
None
init_slave_validate.pp
View Options
$master_cert
=
'master.localdomain'
$master_ip
=
'192.168.5.12'
# get it on CA host 'openssl x509 -noout -fingerprint -sha1 -inform pem -in /var/lib/icinga2/certs/master.localdomain.crt'
$fingerprint
=
'D8:98:82:1B:14:8A:6A:89:4B:7A:40:32:50:68:01:99:3D:96:72:72'
class
{
'::icinga2'
:
manage_repo
=>
true
,
constants
=>
{
'NodeName'
=>
'slave.localdomain'
,
},
}
class
{
'::icinga2::feature::api'
:
pki
=>
'icinga2'
,
ca_host
=>
$master_ip,
ticket_salt
=>
'5a3d695b8aef8f18452fc494593056a4'
,
accept_config
=>
true
,
accept_commands
=>
true
,
endpoints
=>
{
'NodeName'
=>
{},
"${master_cert}"
=>
{
'host'
=>
$master_ip,
}
},
zones
=>
{
'ZoneName'
=>
{
'endpoints'
=>
[
'NodeName'
],
'parent'
=>
'master'
,
},
'master'
=>
{
'endpoints'
=>
[
$master_cert
],
},
},
fingerprint
=>
$fingerprint,
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 3:47 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3299849
Attached To
rSPICI Icinga 2 Puppet Module
Event Timeline
Log In to Comment