init modulefile (License fixme)

This commit is contained in:
Sebastien Badia 2013-06-24 17:29:04 +02:00
parent 6319a32346
commit 4565f888ed

9
Modulefile Normal file
View file

@ -0,0 +1,9 @@
name 'puppet-git'
version '0.0.1'
source 'https://github.com/atomaka/puppet-git'
author 'Andrew Tomaka'
license 'FIXME'
summary 'Puppet Git Module'
description 'Module to install Git using puppet'
project_page 'https://github.com/atomaka/puppet-git/'
dependency 'puppetlabs/apt', '>= 1.1.0'