summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Coleman <ryan@puppetlabs.com>2012-12-10 15:11:24 -0800
committerRyan Coleman <ryan@puppetlabs.com>2012-12-10 15:11:24 -0800
commitc94241b734e23c569fb32e60dad4fc6e68e354cb (patch)
treed9f6b4ec88836f2e4673a8f1c1a8fb21f662ab0c
parent9cb459409f5335291d372468e2b600cfa55081f4 (diff)
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.
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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'