diff options
author | Ryan Coleman <ryan@puppetlabs.com> | 2012-12-10 15:11:24 -0800 |
---|---|---|
committer | Ryan Coleman <ryan@puppetlabs.com> | 2012-12-10 15:11:24 -0800 |
commit | c94241b734e23c569fb32e60dad4fc6e68e354cb (patch) | |
tree | d9f6b4ec88836f2e4673a8f1c1a8fb21f662ab0c /manifests | |
parent | 9cb459409f5335291d372468e2b600cfa55081f4 (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.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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' |