-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
38 lines (35 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
forge "http://forge.puppetlabs.com"
# Modules from the Puppet Forge
# Versions should be updated to be the latest at the time you start
mod "puppetlabs/inifile", '1.5.0'
mod "puppetlabs/stdlib", '4.11.0'
mod "puppetlabs/concat", '2.1.0'
mod "puppetlabs/java", '1.6.0'
mod "puppet/selinux", '0.8.0'
mod "garethr/docker", '5.3.0'
mod "puppetlabs/apt", '2.3.0'
mod "stahnma/epel", '1.2.2'
# Modules from Git
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
#mod 'apache',
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
# :commit => '83401079053dca11d61945bd9beef9ecf7576cbf'
#mod 'apache',
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
# :branch => 'docs_experiment'
mod 'ntp',
:git => 'https://github.com/rabbitheart/LA_puppet-ntp.git',
:branch => 'master'
#:default_branch => 'production'
mod 'role',
:git => '[email protected]:dimashenkov/puppet-role2-master.git',
:branch => 'master'
# :default_branch => 'production'
mod 'profile',
:git => '[email protected]:dimashenkov/puppet-profile-master.git',
:branch => 'master'
#:default_branch => 'production'
mod 'nginx',
:git => 'https://github.com/dimashenkov/puppet-nginx.git',
:branch => 'master'
#:default_branch => 'production'