snmp: Fixed syntax errors when using older puppet.
This commit is contained in:
parent
aec5632c24
commit
b47f7acb1f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class snmp::trapd($acl=NONE) {
|
|||
require snmp::utils
|
||||
include user::system
|
||||
|
||||
realize([ User["snmptrapd"], Group["snmptrapd"], ])
|
||||
realize(User["snmptrapd"], Group["snmptrapd"])
|
||||
|
||||
case $::operatingsystem {
|
||||
"centos","redhat": {
|
||||
|
|
Loading…
Add table
Reference in a new issue