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',
}