forked from mholttech/personal-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
47 lines (32 loc) · 1.27 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
mod 'grahamconfig',
:git => 'https://github.com/grahamgilbert/puppet-grahamconfig'
mod 'mac_admin',
:git => 'https://github.com/grahamgilbert/puppet-mac_admin'
mod 'mac_profiles_handler',
:git => 'https://github.com/keeleysam/rcoleman-mac_profiles_handler'
mod 'mac_facts',
:git => 'https://github.com/grahamgilbert/grahamgilbert-mac_facts.git'
mod 'repository',
:git => 'https://github.com/boxen/puppet-repository'
mod 'outset',
:git => 'https://github.com/grahamgilbert/puppet-outset'
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib'
mod 'osx',
:git => 'https://github.com/boxen/puppet-osx'
mod 'vagrant',
:git => 'https://github.com/boxen/puppet-vagrant'
mod 'git',
:git => 'https://github.com/boxen/puppet-git'
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile'
mod 'property_list_key',
:git => 'https://github.com/glarizza/puppet-property_list_key'
mod 'puppet_run',
:git => 'https://github.com/grahamgilbert/puppet-puppet_run'
mod 'munki_certs',
:git => 'https://github.com/grahamgilbert/puppet-munki_certs'
mod 'sal_client',
:git => 'https://github.com/grahamgilbert/puppet-sal_client'
mod 'home_docker',
:git => '[email protected]:grahamgilbert/puppet-home_docker.git'