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

Commit ec3969a

Browse files
add cloudlinux as supported operatingsystem
1 parent 3033a1a commit ec3969a

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': {
47+
'CentOS', 'RedHat', 'Scientific', 'OracleLinux', 'CloudLinux': {
4848

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

0 commit comments

Comments
 (0)