Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fairly trivial fix to make puppet-lint stop complaining, and a doc update #31

Merged
merged 1 commit into from
Nov 5, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This module has been built and tested using Puppet 2.6.x

# Platforms #

* Enterprise Linux 5
* Enterprise Linux 5 (and CentOS 5.4)
* Ubuntu 10.04 Lucid
* Amazon Linux 2011.09 has been tested on 2.7.x with facter version 1.6.2
* FreeBSD 9.0
* Debian 6.0 Squeeze
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
if ($supported == true) {

package { 'ntp':
name => $pkg_name,
ensure => $package_ensure,
name => $pkg_name,
}

file { $config:
Expand Down