-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
42 lines (35 loc) · 1.21 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
forge 'https://forge.puppet.com'
# Modules from the Puppet Forge
# Versions should be updated to be the latest at the time you start
mod 'puppetlabs/inifile', '2.2.1'
mod 'puppetlabs/stdlib', '4.25.1'
mod 'puppetlabs/concat', '4.2.1'
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 => 'de290646f97e04b4b8e42c70f6e01e860c394ce7'
#mod 'apache',
# :git => 'https://github.com/puppetlabs/puppetlabs-apache',
# :branch => 'docs_experiment'
#
mod 'ssh',
:git => 'https://github.com/somabc/puppet-ssh.git',
:ref => 'master'
mod 'ntp',
:git => 'https://github.com/somabc/puppet-ntp.git',
:ref => 'master'
mod 'role',
:git => 'https://github.com/somabc/puppet-role.git',
:ref => 'master'
mod 'profile',
:git => 'https://github.com/somabc/puppet-profile.git',
:ref => 'master'
mod 'nginx',
:git => 'https://github.com/somabc/puppet-nginx.git',
:ref => 'master'