Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Created January 18, 2017 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/9468c27708118126102f389388f04487 to your computer and use it in GitHub Desktop.
Save dustycodes/9468c27708118126102f389388f04487 to your computer and use it in GitHub Desktop.
# The location to use for storing cached Git repos
:cachedir: 'C:/tools/ruby23/lib/ruby/gems/2.3.0/gems/r10k-2.5.1/cache'
# A list of git repositories to create
:sources:
# This will clone the git repository and instantiate an environment per
# branch in /etc/puppetlabs/code/environments
:DUSTYCODES:
remote: 'ssh://git@myserver.example.com/dustycodes/puppet-r10k.git'
basedir: 'C:/Users/u0770958/Documents/Repositories/puppet/environment'
:DUSTYCODES-MAN:
remote: 'ssh://git@myserver.example.com/dustycodes/puppet-manifests.git'
basedir: 'C:/Users/u0770958/Documents/Repositories/puppet/manifests'
:git:
private_key: 'C:/Users/dusty/Documents/Repositories/puppet/ssh-keys/id_rsa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment