Add basic modulefile

Modulefile fix
This commit is contained in:
Sebastien Badia 2013-06-24 17:29:04 +02:00 committed by Andrew Tomaka
parent b3fb0222d8
commit 913729b7a3

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 'MIT'
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'