diff options
Diffstat (limited to 'Modulefile')
-rw-r--r-- | Modulefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' |