-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
28 lines (19 loc) · 763 Bytes
/
Puppetfile
File metadata and controls
28 lines (19 loc) · 763 Bytes
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
forge 'https://forgeapi.puppetlabs.com'
mod 'puppetlabs/stdlib'
mod 'ULHPC-rclocal'
mod 'mstrauss/editfile',
:git => 'git://github.com/mstrauss/puppet-editfile.git'
mod 'stankevich/python',
:git => 'git://github.com/stankevich/puppet-python.git'
mod 'strings/pi',
:git => 'git://github.com/pulling-strings/puppet-pi.git'
mod 'strings/baseline',
:git => 'git://github.com/pulling-strings/puppet-baseline.git'
mod 'strings/shell',
:git => 'git://github.com/pulling-strings/puppet-shell.git'
mod 'strings/git',
:git => 'git://github.com/pulling-strings/puppet-git.git'
mod 'strings/backup',
:git => 'git://github.com/pulling-strings/puppet-backup.git'
mod 'strings/archive',
:git => 'git://github.com/pulling-strings/puppet-archive.git'