Skip to content
This repository was archived by the owner on Apr 16, 2018. It is now read-only.

Commit 2115877

Browse files
add cloudlinux as supported operatingsystem
1 parent 556db54 commit 2115877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
##################
4545
# Icinga 2 parameters by OS/release
4646
case $::operatingsystem {
47-
'CentOS', 'RedHat', 'Scientific', 'OracleLinux', 'Amazon': {
47+
'CentOS', 'RedHat', 'Scientific', 'OracleLinux', 'Amazon', 'CloudLinux': {
4848

4949
#Packages for Nagios plugins:
5050
$plugin_packages = [

0 commit comments

Comments
 (0)