-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile_latest
More file actions
executable file
·33 lines (31 loc) · 1.44 KB
/
Puppetfile_latest
File metadata and controls
executable file
·33 lines (31 loc) · 1.44 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
mod 'easy_type', git: "https://gitlab-ci-token:#{ENV['CI_TOKEN']}@gitlab.com/enterprisemodules/easy_type_src.git", ref: 'master'
mod 'wls_install', git: "https://gitlab-ci-token:#{ENV['CI_TOKEN']}@gitlab.com/enterprisemodules/wls_install.git", ref: 'master'
mod 'wls_config', git: "https://gitlab-ci-token:#{ENV['CI_TOKEN']}@gitlab.com/enterprisemodules/wls_config.git", ref: 'master'
mod 'wls_profile', git: "https://gitlab.com/enterprisemodules/wls_profile.git", ref: 'master'
mod 'ora_install', git: "https://gitlab-ci-token:#{ENV['CI_TOKEN']}@gitlab.com/enterprisemodules/ora_install.git", ref: 'master'
mod 'ora_config', git: "https://gitlab-ci-token:#{ENV['CI_TOKEN']}@gitlab.com/enterprisemodules/ora_config.git", ref: 'master'
mod 'ora_profile', git: "https://gitlab.com/enterprisemodules/ora_profile.git", ref: 'master'
mod 'ipcrm-echo'
mod 'puppetlabs-stdlib'
mod 'puppet-augeasproviders_core'
mod 'puppet-augeasproviders_sysctl'
mod 'puppet-augeasproviders_grub'
mod 'saz-limits'
mod 'java',
:git => 'https://github.com/enterprisemodules/puppetlabs-java.git',
:branch => 'main'
mod 'puppet-archive'
mod 'fiddyspence-sleep'
mod 'saz-timezone'
mod 'stm-debconf'
mod 'puppet-firewalld'
mod 'puppetlabs-concat'
mod 'puppet-swap_file'
mod 'puppet-systemd'
#
# 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