forked from enterprisemodules/simple_asm_demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
35 lines (31 loc) · 1.36 KB
/
Puppetfile
File metadata and controls
35 lines (31 loc) · 1.36 KB
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
# forge in this file will not be used by r10k, so it is defined in r10k.yaml
forge 'http://forge.enterprisemodules.com'
mod 'puppetlabs-stdlib', '4.25.1'
mod 'puppetlabs-concat', '4.2.1'
mod 'stm-debconf', '2.0.0'
mod 'saz-limits', '3.0.2'
mod 'petems-swap_file', '1.0.1'
mod 'puppet-archive', '2.0.0'
mod 'saz-timezone', '4.1.1'
mod 'ipcrm-echo', '0.1.5'
mod 'herculesteam-augeasproviders_core', '2.1.4'
mod 'herculesteam-augeasproviders_sysctl', '2.2.0'
mod 'puppetlabs-firewall'
mod 'crayfishx-firewalld'
# Added for ASM
mod 'derdanne-nfs', '2.0.8'
#
# The Enterprise Modules Oracle specific Modules
#
mod 'enterprisemodules-ora_config', '3.6.0'
mod 'enterprisemodules-easy_type', '2.9.8'
mod 'enterprisemodules-ora_install', '4.5.0'
mod 'enterprisemodules-ora_profile', '0.9.0'
mod 'enterprisemodules-ora_cis', '2.1.0'
#
# Modules that are part of the control repo. R10K doesn't need to touch these
#
mod 'role', :local => true
mod 'profile', :local => true
mod 'em_license', :local => true
mod 'software', :local => true