Add basic modulefile
Modulefile fix
This commit is contained in:
parent
b3fb0222d8
commit
913729b7a3
1 changed files with 9 additions and 0 deletions
9
Modulefile
Normal file
9
Modulefile
Normal 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'
|
Loading…
Reference in a new issue