-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
52 lines (43 loc) · 2.01 KB
/
Puppetfile
File metadata and controls
52 lines (43 loc) · 2.01 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
forge "http://forge.puppetlabs.com"
# Maintained by Vox Pupuli (https://voxpupuli.org/)
mod 'puppet-archive', '1.3.0' # Latest on 7/26/17
mod 'puppet-selinux', '1.5.2' # Latest on 05/18/18
# Maintaned by Puppetlabs
mod 'puppetlabs-apt', '4.1.0' # Latest on 7/26/17
mod 'puppetlabs-concat', '4.0.1' # Latest on 7/26/17
mod 'puppetlabs-inifile', '2.0.0' # Latest on 7/26/17
# mod 'puppetlabs-puppet_agent', '1.5.0' # Latest on 1/29/18; using fork (below) to allow specification of package version 'present'
mod 'puppetlabs-stdlib', '4.17.1' # Latest on 7/26/17
mod 'puppetlabs-vcsrepo', '2.2.0' # Latest on 12/20/17
mod 'puppetlabs-firewall', '1.12.0' # Latest on 1/25/18
# Forked modules.
# We should aspire to get changes merged back into the mainline module.
mod 'puppet_agent',
:git => 'https://github.com/mbaynton/puppetlabs-puppet_agent.git',
:branch => 'allow_present-latest'
# pax - package and repository management
mod 'pax',
:git => 'git@github.umn.edu:MSI-Puppet/module-pax.git',
:branch => '0.1.0'
# MSI "shared service" modules on UMN github.
# These will require an ssh key to be established for the user running r10k
# on the puppetserver, and that public key to be installed as a deployment key
# for these repositories on umn github.
#
# Branches-as-versioning model as proposed at
# https://docs.google.com/a/umn.edu/presentation/d/1OcMAZLw_tgkNvzEPaaFWiAEIryz9GIPsTS0pfCQYJ80/edit?usp=sharing
mod 'baseline_config_msi',
:git => 'git@github.umn.edu:MSI-Puppet/module-baseline_config_msi.git',
:branch => '1.0'
mod 'facts_msi',
:git => 'git@github.umn.edu:MSI-Puppet/module-facts_msi.git',
:branch => '1.0'
mod 'firewall_msi',
:git => 'git@github.umn.edu:MSI-Puppet/module-firewall_msi.git',
:branch => '1.0'
mod 'panasas_msi',
:git => 'git@github.umn.edu:MSI-Puppet/module-panasas_msi.git',
:branch => '1.0'
mod 'puppet_agent_msi',
:git => 'git@github.umn.edu:MSI-Puppet/module-puppet_agent_msi.git',
:branch => '1.0'