This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
114 lines (83 loc) · 3.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
forge 'http://forge.puppetlabs.com'
# Dependency of profiles::linux::timezone
mod 'bashtoni/timezone', '1.0.0'
# Dependency of activemq
mod 'camptocamp/systemd', '2.0.0'
# Dependency of profiles::linux::firewall
mod 'crayfishx/firewalld', '3.4.0'
# Dependency of profiles::linux::timesync
mod 'drzewiec/chrony', '1.0.2'
# Dependency of profiles::linux::sshd
mod 'herculesteam/augeasproviders_ssh', '3.0.0'
# Dependency of augeasproviders_ssh
# Dependency of augeasproviders_sysctl
mod 'herculesteam/augeasproviders_core', '2.1.4'
# Dependency of profiles::puppet::activemq
mod 'instruct/activemq',
:git => 'https://github.com/instruct-br/puppet-activemq.git',
:ref => '0.1.0'
# Dependency of profiles::puppet::mco::client
# Dependency of profiles::puppet::mco::server
mod 'instruct/mcollective',
:git => 'https://github.com/instruct-br/puppet-mcollective.git',
:ref => 'master'
# Dependency of profiles::puppet::agent
mod 'instruct/puppetagent',
:git => 'https://github.com/instruct-br/puppet-puppetagent.git',
:ref => 'master'
# Dependency of profiles::puppet::server
mod 'instruct/puppetserver',
:git => 'https://github.com/instruct-br/puppet-puppetserver.git',
:ref => 'master'
# Dependency of java
mod 'puppet/archive', '3.1.1'
# Dependency of profiles::puppet::board
mod 'puppet/puppetboard', '4.1.0'
# Dependency of profiles::puppet::r10k
mod 'puppet/r10k', '6.6.1'
# Dependency of profiles::linux::selinux
mod 'puppet/selinux', '1.5.2'
# Dependency of puppetboard
mod 'puppet/python', '2.1.0'
# Dependency of profiles::linux::admins
# Dependency of profiles::linux::users
mod 'puppetlabs/accounts', '2.0.0'
# Dependency of profiles::puppet::board
mod 'puppetlabs/apache', '3.2.0'
# Dependency of apache
# Dependency of postgresql
mod 'puppetlabs/concat', '4.2.1'
# Dependency of puppetdb
mod 'puppetlabs/firewall', '1.12.0'
# Dependency of r10k
mod 'puppetlabs/git', '0.5.0'
# Dependency of puppetdb
# Dependency of r10k
mod 'puppetlabs/inifile', '2.3.0'
# Dependency of profiles::linux::jvm
# Dependency of profiles::puppet::db::server
# Dependency of profiles::puppet::server
mod 'puppetlabs/java', '3.0.0'
# Dependency of activemq
mod 'puppetlabs/java_ks', '2.2.0'
# Dependency of profiles::linux::timesync
mod 'puppetlabs/ntp', '7.2.0'
# Dependency of profiles::puppet::db::aio
# Dependency of profiles::puppet::db::postgresql
# Dependency of puppetdb
mod 'puppetlabs/postgresql', '5.8.0'
# Dependency of profiles::puppet::db::aio
# Dependency of profiles::puppet::db::server
mod 'puppetlabs/puppetdb', '7.0.1'
# Dependency of everyone
mod 'puppetlabs/stdlib', '4.25.1'
# Dependency of puppetboard
# Dependency of r10k
mod 'puppetlabs/vcsrepo', '2.1.0'
# Dependency of profiles::linux::limits
mod 'saz/limits', '3.0.3'
# Dependency of profiles::linux::sudo
mod 'saz/sudo', '5.0.0'
# Dependency of profiles::puppet::board
# Dependency of profiles::linux::packages
mod 'stahnma/epel', '1.3.1'