-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
33 lines (25 loc) · 818 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
33
#!/usr/bin/env ruby
#^syntax detection
forge "https://forgeapi.puppetlabs.com"
# use dependencies defined in metadata.json
#metadata
# use dependencies defined in Modulefile
# modulefile
# 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'
# Real modules
mod 'puppetlabs-firewall'
mod 'puppetlabs-vcsrepo'
mod 'puppetlabs-mysql'
mod 'ghoneycutt-selinux'
mod 'meltwater-cpan',
:git => "https://github.com/meltwater/puppet-cpan"