diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Modulefile | 6 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | README.markdown | 11 | ||||
-rw-r--r-- | metadata.json | 12 |
5 files changed, 15 insertions, 18 deletions
@@ -1 +1,2 @@ pkg/ +metadata.json @@ -1,11 +1,11 @@ -name 'jeffmccune-ntp' +name 'puppetlabs-ntp' version '1.0.2' -source 'git://github.com/jeffmccune/jeffmccune-ntp' +source 'git://github.com/puppetlabs/jeffmccune-ntp' author 'Jeff McCune' license 'BSD 3-Clause' summary 'NTP Module' description 'NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL' -project_page 'http://github.com/jeffmccune/jeffmccune-ntp' +project_page 'http://github.com/puppetlabs/jeffmccune-ntp' ## Add dependencies, if any: # dependency 'username/name', '>= 1.2.0' @@ -1,3 +0,0 @@ -ntp - -This is the ntp module. diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..15bac43 --- /dev/null +++ b/README.markdown @@ -0,0 +1,11 @@ +# NTP # + +Manage the NTP service. + +This module has been built and tested using Puppet 2.6.x + +# Platforms # + + * Enterprise Linux 5 + * Ubuntu 10.04 Lucid + diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 8ce7797..0000000 --- a/metadata.json +++ /dev/null @@ -1,12 +0,0 @@ -/* -+-----------------------------------------------------------------------+ -| | -| ==> DO NOT EDIT THIS FILE! <== | -| | -| You should edit the `Modulefile` and run `puppet-module build` | -| to generate the `metadata.json` file for your releases. | -| | -+-----------------------------------------------------------------------+ -*/ - -{} |