Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395084
params.pp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
536 B
Subscribers
None
params.pp
View Options
# == Class cassandra::params
#
# This class is meant to be called from cassandra
# It sets variables according to platform
#
class
cassandra
::
params
{
case
$::osfamily
{
'Debian'
:
{
$optutils_package_name
=
'cassandra-tools'
$systemctl
=
'/bin/systemctl'
$systemd_path
=
'/lib/systemd/system'
}
'RedHat'
:
{
$optutils_package_name
=
'cassandra22-tools'
$systemctl
=
'/usr/bin/systemctl'
$systemd_path
=
'/usr/lib/systemd/system'
}
default
:
{
# Empty on purpose
}
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Jun 4 2025, 7:33 PM (10 w, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3361409
Attached To
R208 puppet-puppet-cassandra
Event Timeline
Log In to Comment