Skip to content

Commit

Permalink
Merge pull request #5 from nanliu/tb/release
Browse files Browse the repository at this point in the history
Fix modulefile for puppetlabs.
  • Loading branch information
Jeff McCune committed Jun 11, 2012
2 parents ca6f50c + 5247397 commit e0e6330
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Modulefile
@@ -1,8 +1,10 @@
name 'puppet-dhcp'
version '1.1.0'
source 'git://github.com/xaque208/puppet-dhcp.git'
author 'zleslie'
name 'puppetlabs-dhcp'
version '0.1.0'
source 'git://github.com/puppetlabs/puppetlabs-dhcp.git'
author 'puppetlabs'
license 'Apache License Version 2.0'
summary 'Manage the ISC DHCP Daemon'
description 'A Puppet module to deploy and manage the ISC DHCP server.'
project_page 'https://github.com/xaque208/puppet-dhcp'
project_page 'https://github.com/puppetlabs/puppet-dhcp'

dependency 'ripienaar/concat', '>= 0.1.0'

0 comments on commit e0e6330

Please sign in to comment.