diff --git a/manifests/params.pp b/manifests/params.pp index 0808467..fe2452f 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,7 +4,7 @@ # accessed by other classes. class snmpd::params { case $::osfamily { - 'Redhat': { + 'RedHat': { $package_name = 'net-snmp' } 'Debian', 'Ubuntu': {