From f00ef922cc84a05bc82336b75a0e4bb49a2c97ef Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Thu, 11 Jun 2015 07:43:42 +0200 Subject: [PATCH] snpm/host.pp validate_re validate on string --- manifests/plugin/snmp/host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/plugin/snmp/host.pp b/manifests/plugin/snmp/host.pp index 03495f723..7438e4e68 100644 --- a/manifests/plugin/snmp/host.pp +++ b/manifests/plugin/snmp/host.pp @@ -3,7 +3,7 @@ $collect, $ensure = present, $address = $name, - $version = 1, + $version = '1', $community = 'public', $interval = undef, ) {