freighthop 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +7 -0
- data/Gemfile +4 -0
- data/Guardfile +5 -0
- data/LICENSE.txt +22 -0
- data/Puppetfile +8 -0
- data/Puppetfile.lock +37 -0
- data/README.md +135 -0
- data/Rakefile +9 -0
- data/Vagrantfile +62 -0
- data/bin/fh +42 -0
- data/data/common.json +5 -0
- data/freighthop.gemspec +27 -0
- data/hiera.yaml +8 -0
- data/init/bootstrap_puppet_omnibus.sh +37 -0
- data/init/symlinks_for_hiera.sh +22 -0
- data/lib/freighthop.rb +50 -0
- data/lib/freighthop/version.rb +3 -0
- data/local_modules/freighthop/files/bundler/freighthop.gemfile +3 -0
- data/local_modules/freighthop/files/puma/upstart/puma-manager.conf +31 -0
- data/local_modules/freighthop/manifests/bundler.pp +34 -0
- data/local_modules/freighthop/manifests/init.pp +55 -0
- data/local_modules/freighthop/manifests/nginx.pp +28 -0
- data/local_modules/freighthop/manifests/params.pp +11 -0
- data/local_modules/freighthop/manifests/pkgs.pp +7 -0
- data/local_modules/freighthop/manifests/postgres.pp +28 -0
- data/local_modules/freighthop/manifests/puma.pp +36 -0
- data/local_modules/freighthop/manifests/rbenv.pp +34 -0
- data/local_modules/freighthop/manifests/redis.pp +9 -0
- data/local_modules/freighthop/templates/nginx/vagrant-rails.conf.erb +89 -0
- data/local_modules/freighthop/templates/profile/custom_bundler_gemfile.sh.erb +1 -0
- data/local_modules/freighthop/templates/puma/upstart/puma.conf.erb +51 -0
- data/manifests/site.pp +1 -0
- metadata +656 -0
data/manifests/site.pp
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
hiera_include('classes')
|
metadata
ADDED
@@ -0,0 +1,656 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: freighthop
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Paul Hinze
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-09-13 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: bundler
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
18
|
+
requirements:
|
19
|
+
- - ~>
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '1.3'
|
22
|
+
type: :development
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
26
|
+
requirements:
|
27
|
+
- - ~>
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '1.3'
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: rake
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
34
|
+
requirements:
|
35
|
+
- - ! '>='
|
36
|
+
- !ruby/object:Gem::Version
|
37
|
+
version: '0'
|
38
|
+
type: :development
|
39
|
+
prerelease: false
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: guard-shell
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
50
|
+
requirements:
|
51
|
+
- - ! '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
type: :development
|
55
|
+
prerelease: false
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
57
|
+
none: false
|
58
|
+
requirements:
|
59
|
+
- - ! '>='
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
- !ruby/object:Gem::Dependency
|
63
|
+
name: puppet
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
65
|
+
none: false
|
66
|
+
requirements:
|
67
|
+
- - ! '>='
|
68
|
+
- !ruby/object:Gem::Version
|
69
|
+
version: '0'
|
70
|
+
type: :development
|
71
|
+
prerelease: false
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
73
|
+
none: false
|
74
|
+
requirements:
|
75
|
+
- - ! '>='
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
- !ruby/object:Gem::Dependency
|
79
|
+
name: librarian-puppet
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
81
|
+
none: false
|
82
|
+
requirements:
|
83
|
+
- - ! '>='
|
84
|
+
- !ruby/object:Gem::Version
|
85
|
+
version: '0'
|
86
|
+
type: :development
|
87
|
+
prerelease: false
|
88
|
+
version_requirements: !ruby/object:Gem::Requirement
|
89
|
+
none: false
|
90
|
+
requirements:
|
91
|
+
- - ! '>='
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '0'
|
94
|
+
description: ! 'Vagrant on Rails: quickly spin up a Vagrant VM to serve your rack-compatible
|
95
|
+
app.'
|
96
|
+
email:
|
97
|
+
- paul.t.hinze@gmail.com
|
98
|
+
executables:
|
99
|
+
- fh
|
100
|
+
extensions: []
|
101
|
+
extra_rdoc_files: []
|
102
|
+
files:
|
103
|
+
- .gitignore
|
104
|
+
- Gemfile
|
105
|
+
- Guardfile
|
106
|
+
- LICENSE.txt
|
107
|
+
- Puppetfile
|
108
|
+
- Puppetfile.lock
|
109
|
+
- README.md
|
110
|
+
- Rakefile
|
111
|
+
- Vagrantfile
|
112
|
+
- bin/fh
|
113
|
+
- data/common.json
|
114
|
+
- freighthop.gemspec
|
115
|
+
- hiera.yaml
|
116
|
+
- init/bootstrap_puppet_omnibus.sh
|
117
|
+
- init/symlinks_for_hiera.sh
|
118
|
+
- lib/freighthop.rb
|
119
|
+
- lib/freighthop/version.rb
|
120
|
+
- local_modules/freighthop/files/bundler/freighthop.gemfile
|
121
|
+
- local_modules/freighthop/files/puma/upstart/puma-manager.conf
|
122
|
+
- local_modules/freighthop/manifests/bundler.pp
|
123
|
+
- local_modules/freighthop/manifests/init.pp
|
124
|
+
- local_modules/freighthop/manifests/nginx.pp
|
125
|
+
- local_modules/freighthop/manifests/params.pp
|
126
|
+
- local_modules/freighthop/manifests/pkgs.pp
|
127
|
+
- local_modules/freighthop/manifests/postgres.pp
|
128
|
+
- local_modules/freighthop/manifests/puma.pp
|
129
|
+
- local_modules/freighthop/manifests/rbenv.pp
|
130
|
+
- local_modules/freighthop/manifests/redis.pp
|
131
|
+
- local_modules/freighthop/templates/nginx/vagrant-rails.conf.erb
|
132
|
+
- local_modules/freighthop/templates/profile/custom_bundler_gemfile.sh.erb
|
133
|
+
- local_modules/freighthop/templates/puma/upstart/puma.conf.erb
|
134
|
+
- manifests/site.pp
|
135
|
+
- modules/apt/CHANGELOG
|
136
|
+
- modules/apt/Gemfile
|
137
|
+
- modules/apt/Gemfile.lock
|
138
|
+
- modules/apt/LICENSE
|
139
|
+
- modules/apt/manifests/backports.pp
|
140
|
+
- modules/apt/manifests/builddep.pp
|
141
|
+
- modules/apt/manifests/conf.pp
|
142
|
+
- modules/apt/manifests/debian/testing.pp
|
143
|
+
- modules/apt/manifests/debian/unstable.pp
|
144
|
+
- modules/apt/manifests/force.pp
|
145
|
+
- modules/apt/manifests/init.pp
|
146
|
+
- modules/apt/manifests/key.pp
|
147
|
+
- modules/apt/manifests/params.pp
|
148
|
+
- modules/apt/manifests/pin.pp
|
149
|
+
- modules/apt/manifests/ppa.pp
|
150
|
+
- modules/apt/manifests/release.pp
|
151
|
+
- modules/apt/manifests/source.pp
|
152
|
+
- modules/apt/manifests/update.pp
|
153
|
+
- modules/apt/metadata.json
|
154
|
+
- modules/apt/Modulefile
|
155
|
+
- modules/apt/Rakefile
|
156
|
+
- modules/apt/README.md
|
157
|
+
- modules/apt/spec/classes/apt_spec.rb
|
158
|
+
- modules/apt/spec/classes/backports_spec.rb
|
159
|
+
- modules/apt/spec/classes/debian_testing_spec.rb
|
160
|
+
- modules/apt/spec/classes/debian_unstable_spec.rb
|
161
|
+
- modules/apt/spec/classes/params_spec.rb
|
162
|
+
- modules/apt/spec/classes/release_spec.rb
|
163
|
+
- modules/apt/spec/defines/builddep_spec.rb
|
164
|
+
- modules/apt/spec/defines/conf_spec.rb
|
165
|
+
- modules/apt/spec/defines/force_spec.rb
|
166
|
+
- modules/apt/spec/defines/key_spec.rb
|
167
|
+
- modules/apt/spec/defines/pin_spec.rb
|
168
|
+
- modules/apt/spec/defines/ppa_spec.rb
|
169
|
+
- modules/apt/spec/defines/source_spec.rb
|
170
|
+
- modules/apt/spec/spec_helper.rb
|
171
|
+
- modules/apt/templates/pin.pref.erb
|
172
|
+
- modules/apt/templates/source.list.erb
|
173
|
+
- modules/apt/tests/builddep.pp
|
174
|
+
- modules/apt/tests/debian/testing.pp
|
175
|
+
- modules/apt/tests/debian/unstable.pp
|
176
|
+
- modules/apt/tests/force.pp
|
177
|
+
- modules/apt/tests/init.pp
|
178
|
+
- modules/apt/tests/key.pp
|
179
|
+
- modules/apt/tests/params.pp
|
180
|
+
- modules/apt/tests/pin.pp
|
181
|
+
- modules/apt/tests/ppa.pp
|
182
|
+
- modules/apt/tests/release.pp
|
183
|
+
- modules/apt/tests/source.pp
|
184
|
+
- modules/concat/CHANGELOG
|
185
|
+
- modules/concat/files/concatfragments.sh
|
186
|
+
- modules/concat/lib/facter/concat_basedir.rb
|
187
|
+
- modules/concat/LICENSE
|
188
|
+
- modules/concat/manifests/fragment.pp
|
189
|
+
- modules/concat/manifests/init.pp
|
190
|
+
- modules/concat/manifests/setup.pp
|
191
|
+
- modules/concat/metadata.json
|
192
|
+
- modules/concat/Modulefile
|
193
|
+
- modules/concat/Rakefile
|
194
|
+
- modules/concat/README.markdown
|
195
|
+
- modules/concat/spec/defines/init_spec.rb
|
196
|
+
- modules/concat/spec/fixtures/manifests/site.pp
|
197
|
+
- modules/concat/spec/spec_helper.rb
|
198
|
+
- modules/firewall/Changelog
|
199
|
+
- modules/firewall/CONTRIBUTING.md
|
200
|
+
- modules/firewall/Gemfile
|
201
|
+
- modules/firewall/Gemfile.lock
|
202
|
+
- modules/firewall/lib/facter/ip6tables_version.rb
|
203
|
+
- modules/firewall/lib/facter/iptables_persistent_version.rb
|
204
|
+
- modules/firewall/lib/facter/iptables_version.rb
|
205
|
+
- modules/firewall/lib/puppet/provider/firewall/ip6tables.rb
|
206
|
+
- modules/firewall/lib/puppet/provider/firewall/iptables.rb
|
207
|
+
- modules/firewall/lib/puppet/provider/firewall.rb
|
208
|
+
- modules/firewall/lib/puppet/provider/firewallchain/iptables_chain.rb
|
209
|
+
- modules/firewall/lib/puppet/type/firewall.rb
|
210
|
+
- modules/firewall/lib/puppet/type/firewallchain.rb
|
211
|
+
- modules/firewall/lib/puppet/util/firewall.rb
|
212
|
+
- modules/firewall/lib/puppet/util/ipcidr.rb
|
213
|
+
- modules/firewall/LICENSE
|
214
|
+
- modules/firewall/manifests/init.pp
|
215
|
+
- modules/firewall/manifests/linux/archlinux.pp
|
216
|
+
- modules/firewall/manifests/linux/debian.pp
|
217
|
+
- modules/firewall/manifests/linux/redhat.pp
|
218
|
+
- modules/firewall/manifests/linux.pp
|
219
|
+
- modules/firewall/metadata.json
|
220
|
+
- modules/firewall/Modulefile
|
221
|
+
- modules/firewall/Rakefile
|
222
|
+
- modules/firewall/README.markdown
|
223
|
+
- modules/firewall/spec/fixtures/iptables/conversion_hash.rb
|
224
|
+
- modules/firewall/spec/spec_helper.rb
|
225
|
+
- modules/firewall/spec/spec_helper_system.rb
|
226
|
+
- modules/firewall/spec/system/basic_spec.rb
|
227
|
+
- modules/firewall/spec/system/class_spec.rb
|
228
|
+
- modules/firewall/spec/system/params_spec.rb
|
229
|
+
- modules/firewall/spec/system/purge_spec.rb
|
230
|
+
- modules/firewall/spec/system/resource_cmd_spec.rb
|
231
|
+
- modules/firewall/spec/system/standard_usage_spec.rb
|
232
|
+
- modules/firewall/spec/unit/classes/firewall_linux_archlinux_spec.rb
|
233
|
+
- modules/firewall/spec/unit/classes/firewall_linux_debian_spec.rb
|
234
|
+
- modules/firewall/spec/unit/classes/firewall_linux_redhat_spec.rb
|
235
|
+
- modules/firewall/spec/unit/classes/firewall_linux_spec.rb
|
236
|
+
- modules/firewall/spec/unit/classes/firewall_spec.rb
|
237
|
+
- modules/firewall/spec/unit/facter/iptables_persistent_version_spec.rb
|
238
|
+
- modules/firewall/spec/unit/facter/iptables_spec.rb
|
239
|
+
- modules/firewall/spec/unit/puppet/provider/iptables_chain_spec.rb
|
240
|
+
- modules/firewall/spec/unit/puppet/provider/iptables_spec.rb
|
241
|
+
- modules/firewall/spec/unit/puppet/type/firewall_spec.rb
|
242
|
+
- modules/firewall/spec/unit/puppet/type/firewallchain_spec.rb
|
243
|
+
- modules/firewall/spec/unit/puppet/util/firewall_spec.rb
|
244
|
+
- modules/firewall/spec/unit/puppet/util/ipcidr_spec.rb
|
245
|
+
- modules/freighthop/files/bundler/freighthop.gemfile
|
246
|
+
- modules/freighthop/files/puma/upstart/puma-manager.conf
|
247
|
+
- modules/freighthop/manifests/bundler.pp
|
248
|
+
- modules/freighthop/manifests/init.pp
|
249
|
+
- modules/freighthop/manifests/nginx.pp
|
250
|
+
- modules/freighthop/manifests/params.pp
|
251
|
+
- modules/freighthop/manifests/pkgs.pp
|
252
|
+
- modules/freighthop/manifests/postgres.pp
|
253
|
+
- modules/freighthop/manifests/puma.pp
|
254
|
+
- modules/freighthop/manifests/rbenv.pp
|
255
|
+
- modules/freighthop/manifests/redis.pp
|
256
|
+
- modules/freighthop/templates/nginx/vagrant-rails.conf.erb
|
257
|
+
- modules/freighthop/templates/profile/custom_bundler_gemfile.sh.erb
|
258
|
+
- modules/freighthop/templates/puma/upstart/puma.conf.erb
|
259
|
+
- modules/nginx/ChangeLog
|
260
|
+
- modules/nginx/composer.json
|
261
|
+
- modules/nginx/Gemfile
|
262
|
+
- modules/nginx/Gemfile.lock
|
263
|
+
- modules/nginx/LICENSE
|
264
|
+
- modules/nginx/manifests/config.pp
|
265
|
+
- modules/nginx/manifests/init.pp
|
266
|
+
- modules/nginx/manifests/package/debian.pp
|
267
|
+
- modules/nginx/manifests/package/redhat.pp
|
268
|
+
- modules/nginx/manifests/package/suse.pp
|
269
|
+
- modules/nginx/manifests/package.pp
|
270
|
+
- modules/nginx/manifests/params.pp
|
271
|
+
- modules/nginx/manifests/resource/location.pp
|
272
|
+
- modules/nginx/manifests/resource/mailhost.pp
|
273
|
+
- modules/nginx/manifests/resource/upstream.pp
|
274
|
+
- modules/nginx/manifests/resource/vhost.pp
|
275
|
+
- modules/nginx/manifests/service.pp
|
276
|
+
- modules/nginx/Modulefile
|
277
|
+
- modules/nginx/Puppetfile
|
278
|
+
- modules/nginx/Puppetfile.lock
|
279
|
+
- modules/nginx/Rakefile
|
280
|
+
- modules/nginx/README.markdown
|
281
|
+
- modules/nginx/spec/classes/nginx_spec.rb
|
282
|
+
- modules/nginx/spec/classes/package_spec.rb
|
283
|
+
- modules/nginx/spec/defines/nginx__resource__vhost_spec.rb
|
284
|
+
- modules/nginx/spec/spec_helper.rb
|
285
|
+
- modules/nginx/spec/spec_helper_system.rb
|
286
|
+
- modules/nginx/spec/system/basic_spec.rb
|
287
|
+
- modules/nginx/spec/system/class_spec.rb
|
288
|
+
- modules/nginx/spec/system/nginx_mail_spec.rb
|
289
|
+
- modules/nginx/spec/system/nginx_proxy_spec.rb
|
290
|
+
- modules/nginx/spec/system/nginx_vhost_spec.rb
|
291
|
+
- modules/nginx/templates/conf.d/nginx.conf.erb
|
292
|
+
- modules/nginx/templates/conf.d/proxy.conf.erb
|
293
|
+
- modules/nginx/templates/conf.d/upstream.erb
|
294
|
+
- modules/nginx/templates/mailhost/mailhost.erb
|
295
|
+
- modules/nginx/templates/mailhost/mailhost_ssl.erb
|
296
|
+
- modules/nginx/templates/vhost/fastcgi_params.erb
|
297
|
+
- modules/nginx/templates/vhost/vhost_footer.erb
|
298
|
+
- modules/nginx/templates/vhost/vhost_header.erb
|
299
|
+
- modules/nginx/templates/vhost/vhost_location_alias.erb
|
300
|
+
- modules/nginx/templates/vhost/vhost_location_directory.erb
|
301
|
+
- modules/nginx/templates/vhost/vhost_location_empty.erb
|
302
|
+
- modules/nginx/templates/vhost/vhost_location_fastcgi.erb
|
303
|
+
- modules/nginx/templates/vhost/vhost_location_proxy.erb
|
304
|
+
- modules/nginx/templates/vhost/vhost_location_stub_status.erb
|
305
|
+
- modules/nginx/templates/vhost/vhost_ssl_footer.erb
|
306
|
+
- modules/nginx/templates/vhost/vhost_ssl_header.erb
|
307
|
+
- modules/nginx/tests/init.pp
|
308
|
+
- modules/nginx/tests/location_alias.pp
|
309
|
+
- modules/nginx/tests/upstream.pp
|
310
|
+
- modules/nginx/tests/vhost.pp
|
311
|
+
- modules/nginx/tests/vhost_ssl.erb
|
312
|
+
- modules/postgresql/Changelog
|
313
|
+
- modules/postgresql/examples/init.pp
|
314
|
+
- modules/postgresql/examples/official-postgresql-repos.pp
|
315
|
+
- modules/postgresql/examples/postgresql_database.pp
|
316
|
+
- modules/postgresql/examples/postgresql_db.pp
|
317
|
+
- modules/postgresql/examples/postgresql_grant.pp
|
318
|
+
- modules/postgresql/examples/postgresql_pg_hba_rule.pp
|
319
|
+
- modules/postgresql/examples/postgresql_pgconf_extras.pp
|
320
|
+
- modules/postgresql/examples/postgresql_tablespace.pp
|
321
|
+
- modules/postgresql/examples/postgresql_user.pp
|
322
|
+
- modules/postgresql/examples/server.pp
|
323
|
+
- modules/postgresql/files/RPM-GPG-KEY-PGDG
|
324
|
+
- modules/postgresql/Gemfile
|
325
|
+
- modules/postgresql/Gemfile.lock
|
326
|
+
- modules/postgresql/lib/facter/postgres_default_version.rb
|
327
|
+
- modules/postgresql/lib/puppet/parser/functions/postgresql_acls_to_resources_hash.rb
|
328
|
+
- modules/postgresql/lib/puppet/parser/functions/postgresql_escape.rb
|
329
|
+
- modules/postgresql/lib/puppet/parser/functions/postgresql_password.rb
|
330
|
+
- modules/postgresql/lib/puppet/provider/postgresql_psql/ruby.rb
|
331
|
+
- modules/postgresql/lib/puppet/type/postgresql_psql.rb
|
332
|
+
- modules/postgresql/LICENSE
|
333
|
+
- modules/postgresql/manifests/client.pp
|
334
|
+
- modules/postgresql/manifests/config/afterservice.pp
|
335
|
+
- modules/postgresql/manifests/config/beforeservice.pp
|
336
|
+
- modules/postgresql/manifests/config.pp
|
337
|
+
- modules/postgresql/manifests/contrib.pp
|
338
|
+
- modules/postgresql/manifests/database.pp
|
339
|
+
- modules/postgresql/manifests/database_grant.pp
|
340
|
+
- modules/postgresql/manifests/database_user.pp
|
341
|
+
- modules/postgresql/manifests/db.pp
|
342
|
+
- modules/postgresql/manifests/devel.pp
|
343
|
+
- modules/postgresql/manifests/grant.pp
|
344
|
+
- modules/postgresql/manifests/init.pp
|
345
|
+
- modules/postgresql/manifests/initdb.pp
|
346
|
+
- modules/postgresql/manifests/java.pp
|
347
|
+
- modules/postgresql/manifests/package_source/apt_postgresql_org.pp
|
348
|
+
- modules/postgresql/manifests/package_source/yum_postgresql_org.pp
|
349
|
+
- modules/postgresql/manifests/params.pp
|
350
|
+
- modules/postgresql/manifests/pg_hba.pp
|
351
|
+
- modules/postgresql/manifests/pg_hba_rule.pp
|
352
|
+
- modules/postgresql/manifests/plperl.pp
|
353
|
+
- modules/postgresql/manifests/psql.pp
|
354
|
+
- modules/postgresql/manifests/python.pp
|
355
|
+
- modules/postgresql/manifests/role.pp
|
356
|
+
- modules/postgresql/manifests/server.pp
|
357
|
+
- modules/postgresql/manifests/table_grant.pp
|
358
|
+
- modules/postgresql/manifests/tablespace.pp
|
359
|
+
- modules/postgresql/manifests/validate_db_connection.pp
|
360
|
+
- modules/postgresql/metadata.json
|
361
|
+
- modules/postgresql/Modulefile
|
362
|
+
- modules/postgresql/Rakefile
|
363
|
+
- modules/postgresql/README.md
|
364
|
+
- modules/postgresql/spec/spec_helper.rb
|
365
|
+
- modules/postgresql/spec/spec_helper_system.rb
|
366
|
+
- modules/postgresql/spec/system/install_spec.rb
|
367
|
+
- modules/postgresql/spec/system/non_defaults_spec.rb
|
368
|
+
- modules/postgresql/spec/unit/classes/client_spec.rb
|
369
|
+
- modules/postgresql/spec/unit/classes/contrib_spec.rb
|
370
|
+
- modules/postgresql/spec/unit/classes/devel_spec.rb
|
371
|
+
- modules/postgresql/spec/unit/classes/init_spec.rb
|
372
|
+
- modules/postgresql/spec/unit/classes/params_spec.rb
|
373
|
+
- modules/postgresql/spec/unit/classes/postgresql_java_spec.rb
|
374
|
+
- modules/postgresql/spec/unit/classes/postgresql_python_spec.rb
|
375
|
+
- modules/postgresql/spec/unit/classes/server_spec.rb
|
376
|
+
- modules/postgresql/spec/unit/defines/database_grant_spec.rb
|
377
|
+
- modules/postgresql/spec/unit/defines/database_spec.rb
|
378
|
+
- modules/postgresql/spec/unit/defines/database_user_spec.rb
|
379
|
+
- modules/postgresql/spec/unit/defines/db_spec.rb
|
380
|
+
- modules/postgresql/spec/unit/defines/pg_hba_rule_spec.rb
|
381
|
+
- modules/postgresql/spec/unit/defines/pg_hba_spec.rb
|
382
|
+
- modules/postgresql/spec/unit/defines/psql_spec.rb
|
383
|
+
- modules/postgresql/spec/unit/defines/role_spec.rb
|
384
|
+
- modules/postgresql/spec/unit/defines/tablespace_spec.rb
|
385
|
+
- modules/postgresql/spec/unit/defines/validate_db_connection_spec.rb
|
386
|
+
- modules/postgresql/spec/unit/facts/postgres_default_version_spec.rb
|
387
|
+
- modules/postgresql/spec/unit/functions/postgresql_acls_to_resources_hash_spec.rb
|
388
|
+
- modules/postgresql/spec/unit/functions/postgresql_escape_spec.rb
|
389
|
+
- modules/postgresql/spec/unit/functions/postgresql_password_spec.rb
|
390
|
+
- modules/postgresql/spec/unit/puppet/provider/postgresql_psql/ruby_spec.rb
|
391
|
+
- modules/postgresql/spec/unit/puppet/type/postgresql_psql_spec.rb
|
392
|
+
- modules/postgresql/templates/pg_hba_rule.conf
|
393
|
+
- modules/rbenv/CHANGELOG
|
394
|
+
- modules/rbenv/Gemfile
|
395
|
+
- modules/rbenv/Gemfile.lock
|
396
|
+
- modules/rbenv/LICENSE
|
397
|
+
- modules/rbenv/manifests/alias.pp
|
398
|
+
- modules/rbenv/manifests/global.pp
|
399
|
+
- modules/rbenv/manifests/init.pp
|
400
|
+
- modules/rbenv/manifests/params.pp
|
401
|
+
- modules/rbenv/manifests/rehash.pp
|
402
|
+
- modules/rbenv/manifests/version.pp
|
403
|
+
- modules/rbenv/metadata.json
|
404
|
+
- modules/rbenv/Modulefile
|
405
|
+
- modules/rbenv/Rakefile
|
406
|
+
- modules/rbenv/README.md
|
407
|
+
- modules/rbenv/spec/classes/rbenv__global_spec.rb
|
408
|
+
- modules/rbenv/spec/classes/rbenv_spec.rb
|
409
|
+
- modules/rbenv/spec/defines/rbenv__alias_spec.rb
|
410
|
+
- modules/rbenv/spec/defines/rbenv__rehash_spec.rb
|
411
|
+
- modules/rbenv/spec/defines/rbenv__version_spec.rb
|
412
|
+
- modules/rbenv/spec/spec_helper.rb
|
413
|
+
- modules/rbenv/spec/spec_helper_system.rb
|
414
|
+
- modules/rbenv/spec/system/basic_spec.rb
|
415
|
+
- modules/rbenv/templates/etc/profile.d/rbenv.sh.erb
|
416
|
+
- modules/rbenv/tests/init.pp
|
417
|
+
- modules/stdlib/CHANGELOG
|
418
|
+
- modules/stdlib/CONTRIBUTING.md
|
419
|
+
- modules/stdlib/Gemfile
|
420
|
+
- modules/stdlib/lib/facter/facter_dot_d.rb
|
421
|
+
- modules/stdlib/lib/facter/pe_version.rb
|
422
|
+
- modules/stdlib/lib/facter/puppet_vardir.rb
|
423
|
+
- modules/stdlib/lib/facter/root_home.rb
|
424
|
+
- modules/stdlib/lib/facter/util/puppet_settings.rb
|
425
|
+
- modules/stdlib/lib/puppet/parser/functions/abs.rb
|
426
|
+
- modules/stdlib/lib/puppet/parser/functions/any2array.rb
|
427
|
+
- modules/stdlib/lib/puppet/parser/functions/bool2num.rb
|
428
|
+
- modules/stdlib/lib/puppet/parser/functions/capitalize.rb
|
429
|
+
- modules/stdlib/lib/puppet/parser/functions/chomp.rb
|
430
|
+
- modules/stdlib/lib/puppet/parser/functions/chop.rb
|
431
|
+
- modules/stdlib/lib/puppet/parser/functions/concat.rb
|
432
|
+
- modules/stdlib/lib/puppet/parser/functions/count.rb
|
433
|
+
- modules/stdlib/lib/puppet/parser/functions/defined_with_params.rb
|
434
|
+
- modules/stdlib/lib/puppet/parser/functions/delete.rb
|
435
|
+
- modules/stdlib/lib/puppet/parser/functions/delete_at.rb
|
436
|
+
- modules/stdlib/lib/puppet/parser/functions/dirname.rb
|
437
|
+
- modules/stdlib/lib/puppet/parser/functions/downcase.rb
|
438
|
+
- modules/stdlib/lib/puppet/parser/functions/empty.rb
|
439
|
+
- modules/stdlib/lib/puppet/parser/functions/ensure_packages.rb
|
440
|
+
- modules/stdlib/lib/puppet/parser/functions/ensure_resource.rb
|
441
|
+
- modules/stdlib/lib/puppet/parser/functions/flatten.rb
|
442
|
+
- modules/stdlib/lib/puppet/parser/functions/floor.rb
|
443
|
+
- modules/stdlib/lib/puppet/parser/functions/fqdn_rotate.rb
|
444
|
+
- modules/stdlib/lib/puppet/parser/functions/get_module_path.rb
|
445
|
+
- modules/stdlib/lib/puppet/parser/functions/getparam.rb
|
446
|
+
- modules/stdlib/lib/puppet/parser/functions/getvar.rb
|
447
|
+
- modules/stdlib/lib/puppet/parser/functions/grep.rb
|
448
|
+
- modules/stdlib/lib/puppet/parser/functions/has_interface_with.rb
|
449
|
+
- modules/stdlib/lib/puppet/parser/functions/has_ip_address.rb
|
450
|
+
- modules/stdlib/lib/puppet/parser/functions/has_ip_network.rb
|
451
|
+
- modules/stdlib/lib/puppet/parser/functions/has_key.rb
|
452
|
+
- modules/stdlib/lib/puppet/parser/functions/hash.rb
|
453
|
+
- modules/stdlib/lib/puppet/parser/functions/is_array.rb
|
454
|
+
- modules/stdlib/lib/puppet/parser/functions/is_domain_name.rb
|
455
|
+
- modules/stdlib/lib/puppet/parser/functions/is_float.rb
|
456
|
+
- modules/stdlib/lib/puppet/parser/functions/is_function_available.rb
|
457
|
+
- modules/stdlib/lib/puppet/parser/functions/is_hash.rb
|
458
|
+
- modules/stdlib/lib/puppet/parser/functions/is_integer.rb
|
459
|
+
- modules/stdlib/lib/puppet/parser/functions/is_ip_address.rb
|
460
|
+
- modules/stdlib/lib/puppet/parser/functions/is_mac_address.rb
|
461
|
+
- modules/stdlib/lib/puppet/parser/functions/is_numeric.rb
|
462
|
+
- modules/stdlib/lib/puppet/parser/functions/is_string.rb
|
463
|
+
- modules/stdlib/lib/puppet/parser/functions/join.rb
|
464
|
+
- modules/stdlib/lib/puppet/parser/functions/join_keys_to_values.rb
|
465
|
+
- modules/stdlib/lib/puppet/parser/functions/keys.rb
|
466
|
+
- modules/stdlib/lib/puppet/parser/functions/loadyaml.rb
|
467
|
+
- modules/stdlib/lib/puppet/parser/functions/lstrip.rb
|
468
|
+
- modules/stdlib/lib/puppet/parser/functions/max.rb
|
469
|
+
- modules/stdlib/lib/puppet/parser/functions/member.rb
|
470
|
+
- modules/stdlib/lib/puppet/parser/functions/merge.rb
|
471
|
+
- modules/stdlib/lib/puppet/parser/functions/min.rb
|
472
|
+
- modules/stdlib/lib/puppet/parser/functions/num2bool.rb
|
473
|
+
- modules/stdlib/lib/puppet/parser/functions/parsejson.rb
|
474
|
+
- modules/stdlib/lib/puppet/parser/functions/parseyaml.rb
|
475
|
+
- modules/stdlib/lib/puppet/parser/functions/pick.rb
|
476
|
+
- modules/stdlib/lib/puppet/parser/functions/prefix.rb
|
477
|
+
- modules/stdlib/lib/puppet/parser/functions/range.rb
|
478
|
+
- modules/stdlib/lib/puppet/parser/functions/reject.rb
|
479
|
+
- modules/stdlib/lib/puppet/parser/functions/reverse.rb
|
480
|
+
- modules/stdlib/lib/puppet/parser/functions/rstrip.rb
|
481
|
+
- modules/stdlib/lib/puppet/parser/functions/shuffle.rb
|
482
|
+
- modules/stdlib/lib/puppet/parser/functions/size.rb
|
483
|
+
- modules/stdlib/lib/puppet/parser/functions/sort.rb
|
484
|
+
- modules/stdlib/lib/puppet/parser/functions/squeeze.rb
|
485
|
+
- modules/stdlib/lib/puppet/parser/functions/str2bool.rb
|
486
|
+
- modules/stdlib/lib/puppet/parser/functions/str2saltedsha512.rb
|
487
|
+
- modules/stdlib/lib/puppet/parser/functions/strftime.rb
|
488
|
+
- modules/stdlib/lib/puppet/parser/functions/strip.rb
|
489
|
+
- modules/stdlib/lib/puppet/parser/functions/suffix.rb
|
490
|
+
- modules/stdlib/lib/puppet/parser/functions/swapcase.rb
|
491
|
+
- modules/stdlib/lib/puppet/parser/functions/time.rb
|
492
|
+
- modules/stdlib/lib/puppet/parser/functions/to_bytes.rb
|
493
|
+
- modules/stdlib/lib/puppet/parser/functions/type.rb
|
494
|
+
- modules/stdlib/lib/puppet/parser/functions/unique.rb
|
495
|
+
- modules/stdlib/lib/puppet/parser/functions/upcase.rb
|
496
|
+
- modules/stdlib/lib/puppet/parser/functions/uriescape.rb
|
497
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_absolute_path.rb
|
498
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_array.rb
|
499
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_augeas.rb
|
500
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_bool.rb
|
501
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_cmd.rb
|
502
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_hash.rb
|
503
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_re.rb
|
504
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_slength.rb
|
505
|
+
- modules/stdlib/lib/puppet/parser/functions/validate_string.rb
|
506
|
+
- modules/stdlib/lib/puppet/parser/functions/values.rb
|
507
|
+
- modules/stdlib/lib/puppet/parser/functions/values_at.rb
|
508
|
+
- modules/stdlib/lib/puppet/parser/functions/zip.rb
|
509
|
+
- modules/stdlib/lib/puppet/provider/file_line/ruby.rb
|
510
|
+
- modules/stdlib/lib/puppet/type/anchor.rb
|
511
|
+
- modules/stdlib/lib/puppet/type/file_line.rb
|
512
|
+
- modules/stdlib/LICENSE
|
513
|
+
- modules/stdlib/manifests/init.pp
|
514
|
+
- modules/stdlib/manifests/stages.pp
|
515
|
+
- modules/stdlib/metadata.json
|
516
|
+
- modules/stdlib/Modulefile
|
517
|
+
- modules/stdlib/Rakefile
|
518
|
+
- modules/stdlib/README.markdown
|
519
|
+
- modules/stdlib/README_DEVELOPER.markdown
|
520
|
+
- modules/stdlib/README_SPECS.markdown
|
521
|
+
- modules/stdlib/RELEASE_PROCESS.markdown
|
522
|
+
- modules/stdlib/spec/classes/anchor_spec.rb
|
523
|
+
- modules/stdlib/spec/fixtures/manifests/site.pp
|
524
|
+
- modules/stdlib/spec/functions/defined_with_params_spec.rb
|
525
|
+
- modules/stdlib/spec/functions/ensure_packages_spec.rb
|
526
|
+
- modules/stdlib/spec/functions/ensure_resource_spec.rb
|
527
|
+
- modules/stdlib/spec/functions/getparam_spec.rb
|
528
|
+
- modules/stdlib/spec/monkey_patches/alias_should_to_must.rb
|
529
|
+
- modules/stdlib/spec/monkey_patches/publicize_methods.rb
|
530
|
+
- modules/stdlib/spec/spec.opts
|
531
|
+
- modules/stdlib/spec/spec_helper.rb
|
532
|
+
- modules/stdlib/spec/unit/facter/pe_required_facts_spec.rb
|
533
|
+
- modules/stdlib/spec/unit/facter/pe_version_spec.rb
|
534
|
+
- modules/stdlib/spec/unit/facter/root_home_spec.rb
|
535
|
+
- modules/stdlib/spec/unit/facter/util/puppet_settings_spec.rb
|
536
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/abs_spec.rb
|
537
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/any2array_spec.rb
|
538
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/bool2num_spec.rb
|
539
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/capitalize_spec.rb
|
540
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/chomp_spec.rb
|
541
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/chop_spec.rb
|
542
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/concat_spec.rb
|
543
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/count_spec.rb
|
544
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/delete_at_spec.rb
|
545
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/delete_spec.rb
|
546
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/dirname_spec.rb
|
547
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/downcase_spec.rb
|
548
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/empty_spec.rb
|
549
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/flatten_spec.rb
|
550
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/floor_spec.rb
|
551
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/fqdn_rotate_spec.rb
|
552
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/get_module_path_spec.rb
|
553
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/getvar_spec.rb
|
554
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/grep_spec.rb
|
555
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/has_interface_with_spec.rb
|
556
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/has_ip_address_spec.rb
|
557
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/has_ip_network_spec.rb
|
558
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/has_key_spec.rb
|
559
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/hash_spec.rb
|
560
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_array_spec.rb
|
561
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_domain_name_spec.rb
|
562
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_float_spec.rb
|
563
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_function_available.rb
|
564
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_hash_spec.rb
|
565
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_integer_spec.rb
|
566
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_ip_address_spec.rb
|
567
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_mac_address_spec.rb
|
568
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_numeric_spec.rb
|
569
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/is_string_spec.rb
|
570
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/join_keys_to_values_spec.rb
|
571
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/join_spec.rb
|
572
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/keys_spec.rb
|
573
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/lstrip_spec.rb
|
574
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/max_spec.rb
|
575
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/member_spec.rb
|
576
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/merge_spec.rb
|
577
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/min_spec.rb
|
578
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/num2bool_spec.rb
|
579
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/parsejson_spec.rb
|
580
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/parseyaml_spec.rb
|
581
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/pick_spec.rb
|
582
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/prefix_spec.rb
|
583
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/range_spec.rb
|
584
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/reject_spec.rb
|
585
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/reverse_spec.rb
|
586
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/rstrip_spec.rb
|
587
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/shuffle_spec.rb
|
588
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/size_spec.rb
|
589
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/sort_spec.rb
|
590
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/squeeze_spec.rb
|
591
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/str2bool_spec.rb
|
592
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/str2saltedsha512_spec.rb
|
593
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/strftime_spec.rb
|
594
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/strip_spec.rb
|
595
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/suffix_spec.rb
|
596
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/swapcase_spec.rb
|
597
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/time_spec.rb
|
598
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/to_bytes_spec.rb
|
599
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/type_spec.rb
|
600
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/unique_spec.rb
|
601
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/upcase_spec.rb
|
602
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/uriescape_spec.rb
|
603
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_absolute_path_spec.rb
|
604
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_array_spec.rb
|
605
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_augeas_spec.rb
|
606
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_bool_spec.rb
|
607
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_cmd_spec.rb
|
608
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_hash_spec.rb
|
609
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_re_spec.rb
|
610
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_slength_spec.rb
|
611
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/validate_string_spec.rb
|
612
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/values_at_spec.rb
|
613
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/values_spec.rb
|
614
|
+
- modules/stdlib/spec/unit/puppet/parser/functions/zip_spec.rb
|
615
|
+
- modules/stdlib/spec/unit/puppet/provider/file_line/ruby_spec.rb
|
616
|
+
- modules/stdlib/spec/unit/puppet/type/anchor_spec.rb
|
617
|
+
- modules/stdlib/spec/unit/puppet/type/file_line_spec.rb
|
618
|
+
- modules/stdlib/spec/watchr.rb
|
619
|
+
- modules/stdlib/tests/file_line.pp
|
620
|
+
- modules/stdlib/tests/has_interface_with.pp
|
621
|
+
- modules/stdlib/tests/has_ip_address.pp
|
622
|
+
- modules/stdlib/tests/has_ip_network.pp
|
623
|
+
- modules/stdlib/tests/init.pp
|
624
|
+
homepage: https://github.com/phinze/freighthop
|
625
|
+
licenses:
|
626
|
+
- MIT
|
627
|
+
post_install_message:
|
628
|
+
rdoc_options: []
|
629
|
+
require_paths:
|
630
|
+
- lib
|
631
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
632
|
+
none: false
|
633
|
+
requirements:
|
634
|
+
- - ! '>='
|
635
|
+
- !ruby/object:Gem::Version
|
636
|
+
version: '0'
|
637
|
+
segments:
|
638
|
+
- 0
|
639
|
+
hash: -1509348936166327177
|
640
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
641
|
+
none: false
|
642
|
+
requirements:
|
643
|
+
- - ! '>='
|
644
|
+
- !ruby/object:Gem::Version
|
645
|
+
version: '0'
|
646
|
+
segments:
|
647
|
+
- 0
|
648
|
+
hash: -1509348936166327177
|
649
|
+
requirements: []
|
650
|
+
rubyforge_project:
|
651
|
+
rubygems_version: 1.8.23
|
652
|
+
signing_key:
|
653
|
+
specification_version: 3
|
654
|
+
summary: ! 'Vagrant on Rails: quickly spin up a Vagrant VM to serve your rack-compatible
|
655
|
+
app.'
|
656
|
+
test_files: []
|