summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2012-11-04 16:02:52 -0800
committerJames Turnbull <james@lovedthanlost.net>2012-11-04 16:02:52 -0800
commite6e8d9e9c967ef0714dcf629f071b311da524c95 (patch)
treed9d5f488be0164664c251fcfd4b9dae2f590e97b /manifests
parentda121489208453158c9bdcac4596c5d8fed46ed8 (diff)
parent162a9fb7a305b5cc550497f01fece387d69f1060 (diff)
Merge pull request #31 from BillWeiss/master
fairly trivial fix to make puppet-lint stop complaining, and a doc update
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 21f4296..b404071 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -105,8 +105,8 @@ class ntp($servers='UNSET',
if ($supported == true) {
package { 'ntp':
- name => $pkg_name,
ensure => $package_ensure,
+ name => $pkg_name,
}
file { $config: