We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da12148 + 162a9fb commit e6e8d9eCopy full SHA for e6e8d9e
README.markdown
@@ -6,7 +6,8 @@ This module has been built and tested using Puppet 2.6.x
6
7
# Platforms #
8
9
- * Enterprise Linux 5
+ * Enterprise Linux 5 (and CentOS 5.4)
10
* Ubuntu 10.04 Lucid
11
* Amazon Linux 2011.09 has been tested on 2.7.x with facter version 1.6.2
12
* FreeBSD 9.0
13
+ * Debian 6.0 Squeeze
manifests/init.pp
@@ -105,8 +105,8 @@
105
if ($supported == true) {
106
107
package { 'ntp':
108
- name => $pkg_name,
109
ensure => $package_ensure,
+ name => $pkg_name,
110
}
111
112
file { $config:
0 commit comments