Version information
released Jun 10th 2016
This version is compatible with:
- Darwin
Start using this module
Add this module to your Puppetfile:
mod 'halyard-repository', '2.4.3'
Learn more about managing modules with a PuppetfileDocumentation
halyard/repository — version 2.4.3 Jun 10th 2016
puppet-repository
Module to define repository type
Changes from upstream
- Clean up syntax for newtype creation
Usage
repository { '/path/to/code':
source => 'user/repo', #short hand for github repos
provider => 'git'
}
repository { 'my emacs config':
source => 'git://github.com/wfarr/.emacs.d.git',
ensure => '32811db53e109197244c21a84b0fa2b36f497966',
path => '/etc/emacs.d',
provider => 'git',
}