aboutsummaryrefslogtreecommitdiff
path: root/Modulefile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:02:44 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:03:41 +0200
commit49e0718b41881715f03b139468a28a9aadff3c3e (patch)
tree96579664535079dfd22a589b27a8fddbcfa0692b /Modulefile
parent90aa04648bf2e79890e47b8f84df8903f9958a12 (diff)
downloadpuppet-dhcp-49e0718b41881715f03b139468a28a9aadff3c3e.tar.gz
puppet-dhcp-49e0718b41881715f03b139468a28a9aadff3c3e.tar.bz2
Add Modulefile
Diffstat (limited to 'Modulefile')
-rw-r--r--Modulefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Modulefile b/Modulefile
new file mode 100644
index 0000000..f1d2b51
--- /dev/null
+++ b/Modulefile
@@ -0,0 +1,10 @@
+name 'camptocamp-dhcp'
+version '0.1.0'
+dependency 'puppetlabs/stdlib', '0.0.1'
+dependency 'ripienaar/concat', '0.0.1'
+source 'https://github.com/camptocamp/puppet-dhcp'
+author 'DevOps Team / Camptocamp'
+license 'GNU GPLv3'
+summary 'Camptocamp DHCP Module'
+description 'DHCP Module for Puppet'
+project_page 'https://github.com/camptocamp/puppet-dhcp'