forked from mbrukman/talend-cloud-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPuppetfile
53 lines (45 loc) · 1.62 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/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'
mod 'talend-tic', '0.x',
:github_tarball => 'Talend/puppet-tic'
mod 'talend-cloudwatchlogs', '0.x',
:github_tarball => 'Talend/puppet-cloudwatchlogs'
mod 'hubspot-nexus',
:git => 'https://github.com/Talend/puppet-nexus.git',
:ref => 'master'
mod 'talend-syncope', '0.x',
:github_tarball => 'Talend/puppet-syncope'
mod 'talend-dataprep_dataset', '0.x',
:github_tarball => 'Talend/puppet-dataprep_dataset'
mod 'talend-activemq', '0.x',
:github_tarball => 'Talend/puppet-activemq'
mod 'talend-zookeeper', '0.x',
:github_tarball => 'Talend/puppet-zookeeper'
mod 'talend-kafka',
:git => 'https://github.com/Talend/puppet-kafka.git',
:ref => 'master'
mod 'talend-user_accounts', '0.x',
:github_tarball => 'Talend/puppet-user_accounts'
mod 'puppetlabs-postgresql',
:git => 'https://github.com/Talend/puppetlabs-postgresql.git',
:ref => 'master'
mod 'puppetlabs-mongodb', '0.18.1',
:github_tarball => 'Talend/puppet-mongodb'
mod 'talend-monitoring', '0.2.0',
:github_tarball => 'Talend/puppet-monitoring'