Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394663
init_icingadb.pp
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
697 B
Subscribers
None
init_icingadb.pp
View Options
case
$::facts['os']
[
'name'
]
{
'redhat'
,
'centos'
:
{
if
Integer
(
$::facts['os']['release']
[
'major'
])
<
8
{
$epel
=
true
$backports
=
false
}
else
{
$epel
=
false
$backports
=
false
}
}
# RedHat
'debian'
,
'ubuntu'
:
{
if
$::facts['os']['distro']
[
'codename'
]
in
[
'stretch'
,
'trusty'
]
{
$epel
=
false
$backports
=
true
}
}
# Debian
default
:
{
fail
(
'Your operating system is not supported.'
)
}
}
class
{
'::icinga::repos'
:
manage_release
=>
false
,
manage_testing
=>
true
,
manage_epel
=>
$epel,
configure_backports
=>
$backports,
}
include
::
icinga2
include
::
icinga2
::
feature
::
icingadb
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:27 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3299780
Attached To
rSPICI Icinga 2 Puppet Module
Event Timeline
Log In to Comment