forked from terrimonster/puppet-control
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPuppetfile
51 lines (34 loc) · 1.3 KB
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
forge 'http://forge.puppetlabs.com'
mod 'ntp',
:git => 'https://github.com/puppetlabs/puppetlabs-ntp.git'
###############################################################################
# General dependencies
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile.git'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat.git'
mod 'hiera',
:git => 'https://github.com/hunner/puppet-hiera.git'
mod 'ruby',
:git => 'https://github.com/puppetlabs/puppetlabs-ruby.git'
mod 'gcc',
:git => 'https://github.com/puppetlabs/puppetlabs-gcc.git'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo.git'
mod 'git',
:git => 'https://github.com/puppetlabs/puppetlabs-git.git'
mod 'make',
:git => 'https://github.com/croddy/puppet-make.git'
mod 'pe_gem',
:git => 'https://github.com/puppetlabs/puppetlabs-pe_gem.git'
mod 'r10k',
:git => 'https://github.com/acidprime/r10k.git'
mod 'java',
:git => 'https://github.com/puppetlabs/puppetlabs-java.git'
mod 'staging',
:git => 'https://github.com/nanliu/puppet-staging.git'
mod 'epel',
:git => 'https://github.com/stahnma/puppet-module-epel.git'
###############################################################################