git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile
blob: 77f1ccb0ac80509c664553d9151145578d5c0e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
forge "http://forge.puppetlabs.com"

# Modules from the Puppet Forge
mod "puppetlabs/apache"
mod "puppetlabs/ntp"

# Modules from Github using various references
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
mod 'notifyme',
  :git => 'git://github.com/glarizza/puppet-notifyme',
  :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f'

mod 'profiles',
  :git => 'git://github.com/glarizza/puppet-profiles',
  :ref => '3611ae4253ff01762f9bda1d93620edf8f9a3b22'
Walker 2015-09-221-0/+3 * add modules for stash and a profileNick Walker 2015-08-252-10/+32 * Update the repo name for deploy keys and webhook to match READMENick Walker 2015-08-181-2/+2 * Update READMENick Walker 2015-08-181-8/+22 * Update version of abrader-gmsNick Walker 2015-08-181-1/+1 * Update the README with more specific instructionsNick Walker 2015-08-181-0/+26 * Move some hieradata around for easier testing in vagrantNick Walker 2015-08-183-0/+5 * Copy agent certs into Gitlab directory for Gitlab SSLNick Walker 2015-08-181-0/+13 * Change default gitlab url to be https instead of httpNick Walker 2015-08-171-1/+1 * Add webhook config to git management system