forked from example42/puppet-git
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModulefile
More file actions
Latest commit
12 lines (12 loc) · 465 Bytes
/
Copy pathModulefile
File metadata and controls
12 lines (12 loc) · 465 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
name 'example42-git'
version '2.0.16'
author 'Alessandro Franceschi'
license 'Apache2'
project_page 'http://www.example42.com'
source 'https://github.com/example42/puppet-git'
summary 'Puppet module for git'
description 'This module installs and manages git. Check README for details.'
dependency 'example42/puppi', '>= 2.0.0'
dependency 'puppetlabs/stdlib', '>=4.1.0'
# dependency 'example42/monitor', '>= 2.0.0'
# dependency 'example42/firewall', '>= 2.0.0'