-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPuppetfile
More file actions
29 lines (22 loc) · 725 Bytes
/
Puppetfile
File metadata and controls
29 lines (22 loc) · 725 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
29
forge 'http://forge.puppetlabs.com'
mod 'apt',
:git => 'https://github.com/puppetlabs/puppetlabs-apt',
:ref => '1.4.0'
mod 'vcsrepo',
:git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo',
:ref => '0.2.0'
mod 'concat',
:git => 'https://github.com/puppetlabs/puppetlabs-concat',
:ref => '1.0.0'
mod 'mysql',
:git => 'https://github.com/puppetlabs/puppetlabs-mysql',
:ref => '2.1.0'
mod 'stdlib',
:git => 'https://github.com/puppetlabs/puppetlabs-stdlib',
:ref => '4.1.0'
mod 'inifile',
:git => 'https://github.com/puppetlabs/puppetlabs-inifile',
:ref => '1.0.0'
mod 'keystone',
:git => 'https://github.com/stackforge/puppet-keystone',
:ref => '1f30c5bc5c8539c2771bac204b3f4c4240ee97c8'