-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
44 lines (39 loc) · 1.25 KB
/
Puppetfile
File metadata and controls
44 lines (39 loc) · 1.25 KB
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
#!/usr/bin/env ruby
#^syntax detection
forge "https://forgeapi.puppetlabs.com"
# A module from the Puppet Forge
mod 'jfryman/nginx',
:git => "git://github.com/77agency/puppet-nginx.git"
mod 'puppetlabs/git',
git: "git://github.com/cammellos/puppetlabs-git.git", ref: "bug/master/install_unless_defined"
mod 'nightfly/ssh_keys'
mod 'puppetlabs/vcsrepo'
mod 'acme/ohmyzsh'
mod 'puppetlabs/mongodb'
mod "maestrodev/rvm"
mod "thomasvandoren/redis"
mod "rtyler/jenkins"
mod "puppetlabs/java"
mod "maestrodev/ant"
mod "maestrodev/maven"
mod "puppetlabs/nodejs"
mod "rodjek/logrotate"
mod "77agency/god",
git: "git://github.com/77agency/god-puppet"
mod "eirc/single_user_rvm",
git: "git://github.com/clascu/puppet-single_user_rvm"
mod "saz/sudo"
mod "saz/ssh"
mod "acme/ohmyzsh"
mod "viirya/hadoop"
#mod "puppetmodules/monit",
# :git => "git://github.com/puppetmodules/puppet-module-monit.git"
# 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'