From c94241b734e23c569fb32e60dad4fc6e68e354cb Mon Sep 17 00:00:00 2001 From: Ryan Coleman Date: Mon, 10 Dec 2012 15:11:24 -0800 Subject: Update package-format for support of FreeBSD 9.x This commit comes to you via nrosier but I created a merge conflict with my latest merge and already bothered him with a rebase once. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9cf2f6e..543db63 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -107,7 +107,7 @@ class ntp($servers='UNSET', } FreeBSD: { $supported = true - $pkg_name = ['.*/net/ntp'] + $pkg_name = ['net/ntp'] $svc_name = 'ntpd' $config = '/etc/ntp.conf' $config_tpl = 'ntp.conf.freebsd.erb' -- cgit v1.2.3