-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathPuppetfile
32 lines (27 loc) · 961 Bytes
/
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
#!/usr/bin/env ruby
#^syntax detection
forge "https://forgeapi.puppetlabs.com"
# use dependencies defined in Modulefile
mod 'puppetlabs/mcollective', '1.1.6'
mod 'puppetlabs/stdlib', '4.3.2'
mod 'puppetlabs/activemq', '0.3.1'
mod 'richardc/datacat', '0.6.0'
mod 'garethr/erlang', '0.3.0'
mod 'puppetlabs/rabbitmq', '4.0.0'
mod 'puppetlabs/java_ks', '1.2.5'
mod 'puppetlabs/firewall', '1.1.3'
mod 'thomasvandoren/redis', '0.10.0'
mod 'maestrodev/wget', '1.4.4'
mod 'puppetlabs/gcc', '0.2.0'
mod 'puppetlabs/java', '1.1.2'
# A module from the Puppet Forge
# mod 'puppetlabs/stdlib'
# A module from git
# mod 'puppetlabs/ntp',
# :git => 'git://github.com/puppetlabs/puppetlabs-ntp.git'
# A module from a git branch/tag
# mod 'puppetlabs/apt',
# :git => 'https://github.com/puppetlabs/puppetlabs-apt.git',
# :ref => '1.4.x'
# A module from Github pre-packaged tarball
# mod 'puppetlabs/apache', '0.6.0', :github_tarball => 'puppetlabs/puppetlabs-apache'