-
Notifications
You must be signed in to change notification settings - Fork 5
/
Puppetfile
52 lines (43 loc) · 2.04 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
# This is currently a noop but will be supported in the future.
forge 'forge.puppetlabs.com'
#
# Until https://tickets.puppetlabs.com/browse/RK-3 is fixed,
# r10k doesn't have dependency resolution so we need to specify
# everything here explicitly.
#
# IMPORTANT: when updating this file, also update .fixtures.yml
#######################################
# workstation-bootstrap upstream code #
#######################################
mod 'workstation_bootstrap', :local => true
### module dependencies ###
mod 'puppetlabs/stdlib', '4.25.1'
mod 'saz/sudo', '6.0.0' # dependency of jantman/archlinux_workstation
mod 'saz/ssh', '3.0.1' # dependency of jantman/archlinux_macbookretina
mod 'puppetlabs/concat', '6.4.0' # dependency of saz/ssh
mod 'puppetlabs/firewall', '2.7.0'
mod 'puppetlabs/vcsrepo', '1.3.1'
mod 'puppet/archive', '7.1.0'
mod 'duritong/sysctl', '0.0.11' # dependency of jantman/archlinux_macbookretina
mod 'puppetlabs/inifile', '1.4.2' # dependency of jantman/archlinux_macbookretina
# Note: the last release of garethr/docker, 5.3.0, generates systemd unit files
# that parse incorrectly as of systemd 241. The suggested replacement,
# puppetlabs/docker, isn't compatible with ArchLinux. Use my fork of garethr/docker
# that includes a fix.
mod 'docker', # dependency of jantman/archlinux_workstation
:git => 'https://github.com/jantman/garethr-docker.git',
:ref => 'master-systemd241'
mod 'stahnma/epel', '1.3.0' # dependency of docker
mod 'puppetlabs/apt', '2.3.0' # dependency of docker
##########################################################
# user-specific #
##########################################################
# (either replace this with your own, or just remove it) #
##########################################################
mod 'privatepuppet',
:git => '[email protected]:jantman/privatepuppet.git'
mod 'puppetlabs/mysql',
:git => '[email protected]:jantman/puppetlabs-mysql.git',
:ref => 'jantman'
mod 'cyberious/apm', '0.1.1'
mod 'puppetlabs/cron_core' # new puppet versions have cron type removed