Displaying 1 result from an estimated 1 matches for "hosts_allow_10".
Did you mean:
hosts_allow119
2012 Jul 08
3
create multiple resources from an array of things.
...d : $ip : ALLOW\" /etc/hosts.allow",
}
}
notify { "COLLECTOR IS SET TO ${collector}": }
add_snmp_hosts_allow{$collector: ip=> $collector,}
}
yet I get borked, as :
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Exec[hosts_allow_10..0.0.110.0.0.2] is already declared in file /etc/puppetlabs/puppet/modules/core/snmp/manifests/rhel/rh5enable.pp at line 4; cannot redeclare at /etc/puppetlabs/puppet/modules/core/snmp/manifests/rhel/rh5enable.pp:4 on node centos
how do I go about doing this "correctly" ?
_________...