Skip to content

jasonwatt/puppet-repository

 
 

Repository files navigation

Repository Type and Provider for Boxen

Requires the following boxen modules:

Supports:

  • git

Usage

repository {
  '/path/to/code':
    source   => 'user/repo', #short hand for github repos
    provider => 'git';
  'my emacs config':
    source   => 'git://github.com/wfarr/.emacs.d.git',
    path     => '/etc/emacs.d',
    provider => 'git',
}

About

Repository management for Boxen

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 95.6%
  • Shell 4.1%
  • Puppet 0.3%