mcollective-client 2.5.1 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/mco +4 -0
  2. data/lib/mcollective.rb +1 -1
  3. metadata +238 -238
data/bin/mco CHANGED
@@ -1,5 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
+ # For security reasons, ensure that '.' is not on the load path
4
+ # This is primarily for 1.8.7 since 1.9.2+ doesn't put '.' on the load path
5
+ $LOAD_PATH.delete '.'
6
+
3
7
  require 'mcollective'
4
8
 
5
9
  Version = MCollective.version
@@ -59,7 +59,7 @@ module MCollective
59
59
 
60
60
  MCollective::Vendor.load_vendored
61
61
 
62
- VERSION="@DEVELOPMENT_VERSION@"
62
+ VERSION="2.5.2"
63
63
 
64
64
  def self.version
65
65
  VERSION
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mcollective-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-14 00:00:00.000000000 Z
12
+ date: 2014-06-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: systemu
@@ -67,188 +67,188 @@ extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
69
  - lib/mcollective.rb
70
+ - lib/mcollective/agent.rb
71
+ - lib/mcollective/agents.rb
70
72
  - lib/mcollective/aggregate.rb
71
- - lib/mcollective/connector/base.rb
72
- - lib/mcollective/validator.rb
73
- - lib/mcollective/matcher.rb
74
- - lib/mcollective/discovery.rb
75
- - lib/mcollective/vendor/require_vendored.rb
76
- - lib/mcollective/connector.rb
77
- - lib/mcollective/client.rb
78
- - lib/mcollective/registration/base.rb
79
- - lib/mcollective/rpc/result.rb
80
- - lib/mcollective/rpc/reply.rb
81
- - lib/mcollective/rpc/audit.rb
82
- - lib/mcollective/rpc/stats.rb
83
- - lib/mcollective/rpc/client.rb
84
- - lib/mcollective/rpc/request.rb
85
- - lib/mcollective/rpc/helpers.rb
86
- - lib/mcollective/rpc/progress.rb
87
- - lib/mcollective/rpc/agent.rb
88
- - lib/mcollective/rpc/actionrunner.rb
89
- - lib/mcollective/exceptions.rb
90
- - lib/mcollective/log.rb
91
- - lib/mcollective/data.rb
92
- - lib/mcollective/logger.rb
93
- - lib/mcollective/pluginmanager.rb
94
- - lib/mcollective/pluginpackager/agent_definition.rb
95
- - lib/mcollective/pluginpackager/standard_definition.rb
96
- - lib/mcollective/ssl.rb
97
- - lib/mcollective/config.rb
98
- - lib/mcollective/pluginpackager.rb
99
- - lib/mcollective/message.rb
100
- - lib/mcollective/monkey_patches.rb
101
- - lib/mcollective/registration.rb
102
- - lib/mcollective/vendor.rb
73
+ - lib/mcollective/aggregate/base.rb
103
74
  - lib/mcollective/aggregate/result.rb
75
+ - lib/mcollective/aggregate/result/base.rb
104
76
  - lib/mcollective/aggregate/result/collection_result.rb
105
77
  - lib/mcollective/aggregate/result/numeric_result.rb
106
- - lib/mcollective/aggregate/result/base.rb
107
- - lib/mcollective/aggregate/base.rb
108
- - lib/mcollective/facts/base.rb
109
- - lib/mcollective/data/result.rb
78
+ - lib/mcollective/application.rb
79
+ - lib/mcollective/applications.rb
80
+ - lib/mcollective/cache.rb
81
+ - lib/mcollective/client.rb
82
+ - lib/mcollective/config.rb
83
+ - lib/mcollective/connector.rb
84
+ - lib/mcollective/connector/base.rb
85
+ - lib/mcollective/data.rb
110
86
  - lib/mcollective/data/base.rb
111
- - lib/mcollective/util.rb
112
- - lib/mcollective/security.rb
87
+ - lib/mcollective/data/result.rb
88
+ - lib/mcollective/ddl.rb
89
+ - lib/mcollective/ddl/agentddl.rb
90
+ - lib/mcollective/ddl/base.rb
91
+ - lib/mcollective/ddl/dataddl.rb
92
+ - lib/mcollective/ddl/discoveryddl.rb
93
+ - lib/mcollective/ddl/validatorddl.rb
94
+ - lib/mcollective/discovery.rb
95
+ - lib/mcollective/exceptions.rb
96
+ - lib/mcollective/facts.rb
97
+ - lib/mcollective/facts/base.rb
98
+ - lib/mcollective/generators.rb
113
99
  - lib/mcollective/generators/agent_generator.rb
100
+ - lib/mcollective/generators/base.rb
114
101
  - lib/mcollective/generators/data_generator.rb
115
102
  - lib/mcollective/generators/templates/action_snippet.erb
116
- - lib/mcollective/generators/templates/plugin.erb
117
103
  - lib/mcollective/generators/templates/data_input_snippet.erb
118
104
  - lib/mcollective/generators/templates/ddl.erb
119
- - lib/mcollective/generators/base.rb
105
+ - lib/mcollective/generators/templates/plugin.erb
106
+ - lib/mcollective/log.rb
107
+ - lib/mcollective/logger.rb
108
+ - lib/mcollective/logger/base.rb
109
+ - lib/mcollective/logger/console_logger.rb
110
+ - lib/mcollective/logger/file_logger.rb
111
+ - lib/mcollective/logger/syslog_logger.rb
112
+ - lib/mcollective/matcher.rb
120
113
  - lib/mcollective/matcher/parser.rb
121
114
  - lib/mcollective/matcher/scanner.rb
122
- - lib/mcollective/cache.rb
123
- - lib/mcollective/agent.rb
124
- - lib/mcollective/windows_daemon.rb
125
- - lib/mcollective/shell.rb
126
- - lib/mcollective/runnerstats.rb
115
+ - lib/mcollective/message.rb
116
+ - lib/mcollective/monkey_patches.rb
117
+ - lib/mcollective/optionparser.rb
118
+ - lib/mcollective/pluginmanager.rb
119
+ - lib/mcollective/pluginpackager.rb
120
+ - lib/mcollective/pluginpackager/agent_definition.rb
121
+ - lib/mcollective/pluginpackager/standard_definition.rb
122
+ - lib/mcollective/registration.rb
123
+ - lib/mcollective/registration/base.rb
127
124
  - lib/mcollective/rpc.rb
128
- - lib/mcollective/ddl.rb
129
- - lib/mcollective/application.rb
130
- - lib/mcollective/facts.rb
131
- - lib/mcollective/unix_daemon.rb
125
+ - lib/mcollective/rpc/actionrunner.rb
126
+ - lib/mcollective/rpc/agent.rb
127
+ - lib/mcollective/rpc/audit.rb
128
+ - lib/mcollective/rpc/client.rb
129
+ - lib/mcollective/rpc/helpers.rb
130
+ - lib/mcollective/rpc/progress.rb
131
+ - lib/mcollective/rpc/reply.rb
132
+ - lib/mcollective/rpc/request.rb
133
+ - lib/mcollective/rpc/result.rb
134
+ - lib/mcollective/rpc/stats.rb
135
+ - lib/mcollective/runnerstats.rb
136
+ - lib/mcollective/security.rb
132
137
  - lib/mcollective/security/base.rb
133
- - lib/mcollective/generators.rb
134
- - lib/mcollective/optionparser.rb
135
- - lib/mcollective/logger/console_logger.rb
136
- - lib/mcollective/logger/file_logger.rb
137
- - lib/mcollective/logger/base.rb
138
- - lib/mcollective/logger/syslog_logger.rb
139
- - lib/mcollective/applications.rb
140
- - lib/mcollective/ddl/discoveryddl.rb
141
- - lib/mcollective/ddl/validatorddl.rb
142
- - lib/mcollective/ddl/base.rb
143
- - lib/mcollective/ddl/dataddl.rb
144
- - lib/mcollective/ddl/agentddl.rb
145
- - lib/mcollective/agents.rb
138
+ - lib/mcollective/shell.rb
139
+ - lib/mcollective/ssl.rb
140
+ - lib/mcollective/unix_daemon.rb
141
+ - lib/mcollective/util.rb
142
+ - lib/mcollective/validator.rb
143
+ - lib/mcollective/vendor.rb
144
+ - lib/mcollective/vendor/require_vendored.rb
145
+ - lib/mcollective/windows_daemon.rb
146
146
  - bin/mco
147
- - spec/fixtures/test-public.pem
147
+ - spec/Rakefile
148
+ - spec/fixtures/application/test.rb
149
+ - spec/fixtures/test-cert.pem
148
150
  - spec/fixtures/test-private.pem
151
+ - spec/fixtures/test-public.pem
152
+ - spec/fixtures/util/1.in
153
+ - spec/fixtures/util/1.out
154
+ - spec/fixtures/util/2.in
149
155
  - spec/fixtures/util/2.out
150
156
  - spec/fixtures/util/3.in
151
157
  - spec/fixtures/util/3.out
152
- - spec/fixtures/util/1.in
153
- - spec/fixtures/util/2.in
154
- - spec/fixtures/util/1.out
155
- - spec/fixtures/util/4.out
156
158
  - spec/fixtures/util/4.in
157
- - spec/fixtures/test-cert.pem
158
- - spec/fixtures/application/test.rb
159
+ - spec/fixtures/util/4.out
159
160
  - spec/monkey_patches/instance_variable_defined.rb
160
- - spec/Rakefile
161
- - spec/unit/unix_daemon_spec.rb
162
- - spec/unit/string_spec.rb
163
- - spec/unit/log_spec.rb
164
- - spec/unit/shell_spec.rb
165
- - spec/unit/matcher_spec.rb
166
- - spec/unit/windows_daemon_spec.rb
167
- - spec/unit/runner_spec.rb
168
- - spec/unit/ssl_spec.rb
169
- - spec/unit/registration/base_spec.rb
161
+ - spec/spec.opts
162
+ - spec/spec_helper.rb
163
+ - spec/unit/agents_spec.rb
164
+ - spec/unit/aggregate/base_spec.rb
165
+ - spec/unit/aggregate/result/base_spec.rb
166
+ - spec/unit/aggregate/result/collection_result_spec.rb
167
+ - spec/unit/aggregate/result/numeric_result_spec.rb
168
+ - spec/unit/aggregate_spec.rb
169
+ - spec/unit/application_spec.rb
170
+ - spec/unit/applications_spec.rb
171
+ - spec/unit/array_spec.rb
172
+ - spec/unit/cache_spec.rb
170
173
  - spec/unit/client_spec.rb
174
+ - spec/unit/config_spec.rb
175
+ - spec/unit/data/base_spec.rb
176
+ - spec/unit/data/result_spec.rb
171
177
  - spec/unit/data_spec.rb
172
- - spec/unit/rpc/stats_spec.rb
173
- - spec/unit/rpc/agent_spec.rb
174
- - spec/unit/rpc/client_spec.rb
175
- - spec/unit/rpc/helpers_spec.rb
176
- - spec/unit/rpc/actionrunner_spec.rb
177
- - spec/unit/rpc/reply_spec.rb
178
- - spec/unit/rpc/result_spec.rb
179
- - spec/unit/rpc/request_spec.rb
180
- - spec/unit/plugins/mcollective/connector/rabbitmq_spec.rb
178
+ - spec/unit/ddl/agentddl_spec.rb
179
+ - spec/unit/ddl/base_spec.rb
180
+ - spec/unit/ddl/dataddl_spec.rb
181
+ - spec/unit/ddl/discoveryddl_spec.rb
182
+ - spec/unit/ddl_spec.rb
183
+ - spec/unit/discovery_spec.rb
184
+ - spec/unit/facts/base_spec.rb
185
+ - spec/unit/facts_spec.rb
186
+ - spec/unit/generators/agent_generator_spec.rb
187
+ - spec/unit/generators/base_spec.rb
188
+ - spec/unit/generators/data_generator_spec.rb
189
+ - spec/unit/generators/snippets/agent_ddl
190
+ - spec/unit/generators/snippets/data_ddl
191
+ - spec/unit/log_spec.rb
192
+ - spec/unit/logger/base_spec.rb
193
+ - spec/unit/logger/console_logger_spec.rb
194
+ - spec/unit/logger/syslog_logger_spec.rb
195
+ - spec/unit/matcher/parser_spec.rb
196
+ - spec/unit/matcher/scanner_spec.rb
197
+ - spec/unit/matcher_spec.rb
198
+ - spec/unit/message_spec.rb
199
+ - spec/unit/optionparser_spec.rb
200
+ - spec/unit/pluginmanager_spec.rb
201
+ - spec/unit/pluginpackager/agent_definition_spec.rb
202
+ - spec/unit/pluginpackager/standard_definition_spec.rb
203
+ - spec/unit/pluginpackager_spec.rb
204
+ - spec/unit/plugins/mcollective/agent/rpcutil_spec.rb
205
+ - spec/unit/plugins/mcollective/aggregate/average_spec.rb
206
+ - spec/unit/plugins/mcollective/aggregate/sum_spec.rb
207
+ - spec/unit/plugins/mcollective/aggregate/summary_spec.rb
208
+ - spec/unit/plugins/mcollective/application/plugin_spec.rb
209
+ - spec/unit/plugins/mcollective/audit/logfile_spec.rb
181
210
  - spec/unit/plugins/mcollective/connector/activemq_spec.rb
211
+ - spec/unit/plugins/mcollective/connector/rabbitmq_spec.rb
212
+ - spec/unit/plugins/mcollective/data/agent_data_spec.rb
213
+ - spec/unit/plugins/mcollective/data/fstat_data_spec.rb
182
214
  - spec/unit/plugins/mcollective/discovery/flatfile_spec.rb
183
- - spec/unit/plugins/mcollective/discovery/stdin_spec.rb
184
215
  - spec/unit/plugins/mcollective/discovery/mc_spec.rb
185
- - spec/unit/plugins/mcollective/validator/shellsafe_validator_spec.rb
216
+ - spec/unit/plugins/mcollective/discovery/stdin_spec.rb
217
+ - spec/unit/plugins/mcollective/facts/yaml_facts_spec.rb
218
+ - spec/unit/plugins/mcollective/packagers/debpackage_packager_spec.rb
219
+ - spec/unit/plugins/mcollective/packagers/modulepackage_packager_spec.rb
220
+ - spec/unit/plugins/mcollective/packagers/ospackage_spec.rb
221
+ - spec/unit/plugins/mcollective/packagers/rpmpackage_packager_spec.rb
222
+ - spec/unit/plugins/mcollective/security/psk_spec.rb
186
223
  - spec/unit/plugins/mcollective/validator/array_validator_spec.rb
187
224
  - spec/unit/plugins/mcollective/validator/ipv4address_validator_spec.rb
188
- - spec/unit/plugins/mcollective/validator/regex_validator_spec.rb
189
- - spec/unit/plugins/mcollective/validator/typecheck_validator_spec.rb
190
225
  - spec/unit/plugins/mcollective/validator/ipv6address_validator_spec.rb
191
226
  - spec/unit/plugins/mcollective/validator/length_validator_spec.rb
192
- - spec/unit/plugins/mcollective/audit/logfile_spec.rb
193
- - spec/unit/plugins/mcollective/packagers/ospackage_spec.rb
194
- - spec/unit/plugins/mcollective/packagers/modulepackage_packager_spec.rb
195
- - spec/unit/plugins/mcollective/packagers/rpmpackage_packager_spec.rb
196
- - spec/unit/plugins/mcollective/packagers/debpackage_packager_spec.rb
197
- - spec/unit/plugins/mcollective/aggregate/average_spec.rb
198
- - spec/unit/plugins/mcollective/aggregate/sum_spec.rb
199
- - spec/unit/plugins/mcollective/aggregate/summary_spec.rb
200
- - spec/unit/plugins/mcollective/facts/yaml_facts_spec.rb
201
- - spec/unit/plugins/mcollective/data/agent_data_spec.rb
202
- - spec/unit/plugins/mcollective/data/fstat_data_spec.rb
203
- - spec/unit/plugins/mcollective/application/plugin_spec.rb
204
- - spec/unit/plugins/mcollective/agent/rpcutil_spec.rb
205
- - spec/unit/plugins/mcollective/security/psk_spec.rb
206
- - spec/unit/application_spec.rb
207
- - spec/unit/pluginmanager_spec.rb
208
- - spec/unit/pluginpackager/standard_definition_spec.rb
209
- - spec/unit/pluginpackager/agent_definition_spec.rb
210
- - spec/unit/validator_spec.rb
211
- - spec/unit/facts_spec.rb
212
- - spec/unit/optionparser_spec.rb
213
- - spec/unit/cache_spec.rb
214
- - spec/unit/discovery_spec.rb
215
- - spec/unit/vendor_spec.rb
216
- - spec/unit/aggregate/result/collection_result_spec.rb
217
- - spec/unit/aggregate/result/base_spec.rb
218
- - spec/unit/aggregate/result/numeric_result_spec.rb
219
- - spec/unit/aggregate/base_spec.rb
220
- - spec/unit/facts/base_spec.rb
221
- - spec/unit/data/base_spec.rb
222
- - spec/unit/data/result_spec.rb
227
+ - spec/unit/plugins/mcollective/validator/regex_validator_spec.rb
228
+ - spec/unit/plugins/mcollective/validator/shellsafe_validator_spec.rb
229
+ - spec/unit/plugins/mcollective/validator/typecheck_validator_spec.rb
230
+ - spec/unit/registration/base_spec.rb
231
+ - spec/unit/rpc/actionrunner_spec.rb
232
+ - spec/unit/rpc/agent_spec.rb
233
+ - spec/unit/rpc/client_spec.rb
234
+ - spec/unit/rpc/helpers_spec.rb
235
+ - spec/unit/rpc/reply_spec.rb
236
+ - spec/unit/rpc/request_spec.rb
237
+ - spec/unit/rpc/result_spec.rb
238
+ - spec/unit/rpc/stats_spec.rb
239
+ - spec/unit/rpc_spec.rb
240
+ - spec/unit/runner_spec.rb
223
241
  - spec/unit/runnerstats_spec.rb
224
- - spec/unit/generators/data_generator_spec.rb
225
- - spec/unit/generators/base_spec.rb
226
- - spec/unit/generators/snippets/data_ddl
227
- - spec/unit/generators/snippets/agent_ddl
228
- - spec/unit/generators/agent_generator_spec.rb
229
- - spec/unit/aggregate_spec.rb
230
- - spec/unit/matcher/parser_spec.rb
231
- - spec/unit/matcher/scanner_spec.rb
232
- - spec/unit/config_spec.rb
233
- - spec/unit/ddl_spec.rb
234
- - spec/unit/applications_spec.rb
235
- - spec/unit/pluginpackager_spec.rb
236
- - spec/unit/util_spec.rb
237
- - spec/unit/message_spec.rb
238
242
  - spec/unit/security/base_spec.rb
243
+ - spec/unit/shell_spec.rb
244
+ - spec/unit/ssl_spec.rb
245
+ - spec/unit/string_spec.rb
239
246
  - spec/unit/symbol_spec.rb
240
- - spec/unit/logger/syslog_logger_spec.rb
241
- - spec/unit/logger/base_spec.rb
242
- - spec/unit/logger/console_logger_spec.rb
243
- - spec/unit/agents_spec.rb
244
- - spec/unit/array_spec.rb
245
- - spec/unit/ddl/discoveryddl_spec.rb
246
- - spec/unit/ddl/base_spec.rb
247
- - spec/unit/ddl/dataddl_spec.rb
248
- - spec/unit/ddl/agentddl_spec.rb
249
- - spec/unit/rpc_spec.rb
250
- - spec/spec_helper.rb
251
- - spec/spec.opts
247
+ - spec/unit/unix_daemon_spec.rb
248
+ - spec/unit/util_spec.rb
249
+ - spec/unit/validator_spec.rb
250
+ - spec/unit/vendor_spec.rb
251
+ - spec/unit/windows_daemon_spec.rb
252
252
  - spec/windows_spec.opts
253
253
  homepage: https://docs.puppetlabs.com/mcollective/
254
254
  licenses: []
@@ -288,109 +288,109 @@ signing_key:
288
288
  specification_version: 3
289
289
  summary: Client libraries for the Mcollective Application Server
290
290
  test_files:
291
- - spec/fixtures/test-public.pem
291
+ - spec/Rakefile
292
+ - spec/fixtures/application/test.rb
293
+ - spec/fixtures/test-cert.pem
292
294
  - spec/fixtures/test-private.pem
295
+ - spec/fixtures/test-public.pem
296
+ - spec/fixtures/util/1.in
297
+ - spec/fixtures/util/1.out
298
+ - spec/fixtures/util/2.in
293
299
  - spec/fixtures/util/2.out
294
300
  - spec/fixtures/util/3.in
295
301
  - spec/fixtures/util/3.out
296
- - spec/fixtures/util/1.in
297
- - spec/fixtures/util/2.in
298
- - spec/fixtures/util/1.out
299
- - spec/fixtures/util/4.out
300
302
  - spec/fixtures/util/4.in
301
- - spec/fixtures/test-cert.pem
302
- - spec/fixtures/application/test.rb
303
+ - spec/fixtures/util/4.out
303
304
  - spec/monkey_patches/instance_variable_defined.rb
304
- - spec/Rakefile
305
- - spec/unit/unix_daemon_spec.rb
306
- - spec/unit/string_spec.rb
307
- - spec/unit/log_spec.rb
308
- - spec/unit/shell_spec.rb
309
- - spec/unit/matcher_spec.rb
310
- - spec/unit/windows_daemon_spec.rb
311
- - spec/unit/runner_spec.rb
312
- - spec/unit/ssl_spec.rb
313
- - spec/unit/registration/base_spec.rb
305
+ - spec/spec.opts
306
+ - spec/spec_helper.rb
307
+ - spec/unit/agents_spec.rb
308
+ - spec/unit/aggregate/base_spec.rb
309
+ - spec/unit/aggregate/result/base_spec.rb
310
+ - spec/unit/aggregate/result/collection_result_spec.rb
311
+ - spec/unit/aggregate/result/numeric_result_spec.rb
312
+ - spec/unit/aggregate_spec.rb
313
+ - spec/unit/application_spec.rb
314
+ - spec/unit/applications_spec.rb
315
+ - spec/unit/array_spec.rb
316
+ - spec/unit/cache_spec.rb
314
317
  - spec/unit/client_spec.rb
318
+ - spec/unit/config_spec.rb
319
+ - spec/unit/data/base_spec.rb
320
+ - spec/unit/data/result_spec.rb
315
321
  - spec/unit/data_spec.rb
316
- - spec/unit/rpc/stats_spec.rb
317
- - spec/unit/rpc/agent_spec.rb
318
- - spec/unit/rpc/client_spec.rb
319
- - spec/unit/rpc/helpers_spec.rb
320
- - spec/unit/rpc/actionrunner_spec.rb
321
- - spec/unit/rpc/reply_spec.rb
322
- - spec/unit/rpc/result_spec.rb
323
- - spec/unit/rpc/request_spec.rb
324
- - spec/unit/plugins/mcollective/connector/rabbitmq_spec.rb
322
+ - spec/unit/ddl/agentddl_spec.rb
323
+ - spec/unit/ddl/base_spec.rb
324
+ - spec/unit/ddl/dataddl_spec.rb
325
+ - spec/unit/ddl/discoveryddl_spec.rb
326
+ - spec/unit/ddl_spec.rb
327
+ - spec/unit/discovery_spec.rb
328
+ - spec/unit/facts/base_spec.rb
329
+ - spec/unit/facts_spec.rb
330
+ - spec/unit/generators/agent_generator_spec.rb
331
+ - spec/unit/generators/base_spec.rb
332
+ - spec/unit/generators/data_generator_spec.rb
333
+ - spec/unit/generators/snippets/agent_ddl
334
+ - spec/unit/generators/snippets/data_ddl
335
+ - spec/unit/log_spec.rb
336
+ - spec/unit/logger/base_spec.rb
337
+ - spec/unit/logger/console_logger_spec.rb
338
+ - spec/unit/logger/syslog_logger_spec.rb
339
+ - spec/unit/matcher/parser_spec.rb
340
+ - spec/unit/matcher/scanner_spec.rb
341
+ - spec/unit/matcher_spec.rb
342
+ - spec/unit/message_spec.rb
343
+ - spec/unit/optionparser_spec.rb
344
+ - spec/unit/pluginmanager_spec.rb
345
+ - spec/unit/pluginpackager/agent_definition_spec.rb
346
+ - spec/unit/pluginpackager/standard_definition_spec.rb
347
+ - spec/unit/pluginpackager_spec.rb
348
+ - spec/unit/plugins/mcollective/agent/rpcutil_spec.rb
349
+ - spec/unit/plugins/mcollective/aggregate/average_spec.rb
350
+ - spec/unit/plugins/mcollective/aggregate/sum_spec.rb
351
+ - spec/unit/plugins/mcollective/aggregate/summary_spec.rb
352
+ - spec/unit/plugins/mcollective/application/plugin_spec.rb
353
+ - spec/unit/plugins/mcollective/audit/logfile_spec.rb
325
354
  - spec/unit/plugins/mcollective/connector/activemq_spec.rb
355
+ - spec/unit/plugins/mcollective/connector/rabbitmq_spec.rb
356
+ - spec/unit/plugins/mcollective/data/agent_data_spec.rb
357
+ - spec/unit/plugins/mcollective/data/fstat_data_spec.rb
326
358
  - spec/unit/plugins/mcollective/discovery/flatfile_spec.rb
327
- - spec/unit/plugins/mcollective/discovery/stdin_spec.rb
328
359
  - spec/unit/plugins/mcollective/discovery/mc_spec.rb
329
- - spec/unit/plugins/mcollective/validator/shellsafe_validator_spec.rb
360
+ - spec/unit/plugins/mcollective/discovery/stdin_spec.rb
361
+ - spec/unit/plugins/mcollective/facts/yaml_facts_spec.rb
362
+ - spec/unit/plugins/mcollective/packagers/debpackage_packager_spec.rb
363
+ - spec/unit/plugins/mcollective/packagers/modulepackage_packager_spec.rb
364
+ - spec/unit/plugins/mcollective/packagers/ospackage_spec.rb
365
+ - spec/unit/plugins/mcollective/packagers/rpmpackage_packager_spec.rb
366
+ - spec/unit/plugins/mcollective/security/psk_spec.rb
330
367
  - spec/unit/plugins/mcollective/validator/array_validator_spec.rb
331
368
  - spec/unit/plugins/mcollective/validator/ipv4address_validator_spec.rb
332
- - spec/unit/plugins/mcollective/validator/regex_validator_spec.rb
333
- - spec/unit/plugins/mcollective/validator/typecheck_validator_spec.rb
334
369
  - spec/unit/plugins/mcollective/validator/ipv6address_validator_spec.rb
335
370
  - spec/unit/plugins/mcollective/validator/length_validator_spec.rb
336
- - spec/unit/plugins/mcollective/audit/logfile_spec.rb
337
- - spec/unit/plugins/mcollective/packagers/ospackage_spec.rb
338
- - spec/unit/plugins/mcollective/packagers/modulepackage_packager_spec.rb
339
- - spec/unit/plugins/mcollective/packagers/rpmpackage_packager_spec.rb
340
- - spec/unit/plugins/mcollective/packagers/debpackage_packager_spec.rb
341
- - spec/unit/plugins/mcollective/aggregate/average_spec.rb
342
- - spec/unit/plugins/mcollective/aggregate/sum_spec.rb
343
- - spec/unit/plugins/mcollective/aggregate/summary_spec.rb
344
- - spec/unit/plugins/mcollective/facts/yaml_facts_spec.rb
345
- - spec/unit/plugins/mcollective/data/agent_data_spec.rb
346
- - spec/unit/plugins/mcollective/data/fstat_data_spec.rb
347
- - spec/unit/plugins/mcollective/application/plugin_spec.rb
348
- - spec/unit/plugins/mcollective/agent/rpcutil_spec.rb
349
- - spec/unit/plugins/mcollective/security/psk_spec.rb
350
- - spec/unit/application_spec.rb
351
- - spec/unit/pluginmanager_spec.rb
352
- - spec/unit/pluginpackager/standard_definition_spec.rb
353
- - spec/unit/pluginpackager/agent_definition_spec.rb
354
- - spec/unit/validator_spec.rb
355
- - spec/unit/facts_spec.rb
356
- - spec/unit/optionparser_spec.rb
357
- - spec/unit/cache_spec.rb
358
- - spec/unit/discovery_spec.rb
359
- - spec/unit/vendor_spec.rb
360
- - spec/unit/aggregate/result/collection_result_spec.rb
361
- - spec/unit/aggregate/result/base_spec.rb
362
- - spec/unit/aggregate/result/numeric_result_spec.rb
363
- - spec/unit/aggregate/base_spec.rb
364
- - spec/unit/facts/base_spec.rb
365
- - spec/unit/data/base_spec.rb
366
- - spec/unit/data/result_spec.rb
371
+ - spec/unit/plugins/mcollective/validator/regex_validator_spec.rb
372
+ - spec/unit/plugins/mcollective/validator/shellsafe_validator_spec.rb
373
+ - spec/unit/plugins/mcollective/validator/typecheck_validator_spec.rb
374
+ - spec/unit/registration/base_spec.rb
375
+ - spec/unit/rpc/actionrunner_spec.rb
376
+ - spec/unit/rpc/agent_spec.rb
377
+ - spec/unit/rpc/client_spec.rb
378
+ - spec/unit/rpc/helpers_spec.rb
379
+ - spec/unit/rpc/reply_spec.rb
380
+ - spec/unit/rpc/request_spec.rb
381
+ - spec/unit/rpc/result_spec.rb
382
+ - spec/unit/rpc/stats_spec.rb
383
+ - spec/unit/rpc_spec.rb
384
+ - spec/unit/runner_spec.rb
367
385
  - spec/unit/runnerstats_spec.rb
368
- - spec/unit/generators/data_generator_spec.rb
369
- - spec/unit/generators/base_spec.rb
370
- - spec/unit/generators/snippets/data_ddl
371
- - spec/unit/generators/snippets/agent_ddl
372
- - spec/unit/generators/agent_generator_spec.rb
373
- - spec/unit/aggregate_spec.rb
374
- - spec/unit/matcher/parser_spec.rb
375
- - spec/unit/matcher/scanner_spec.rb
376
- - spec/unit/config_spec.rb
377
- - spec/unit/ddl_spec.rb
378
- - spec/unit/applications_spec.rb
379
- - spec/unit/pluginpackager_spec.rb
380
- - spec/unit/util_spec.rb
381
- - spec/unit/message_spec.rb
382
386
  - spec/unit/security/base_spec.rb
387
+ - spec/unit/shell_spec.rb
388
+ - spec/unit/ssl_spec.rb
389
+ - spec/unit/string_spec.rb
383
390
  - spec/unit/symbol_spec.rb
384
- - spec/unit/logger/syslog_logger_spec.rb
385
- - spec/unit/logger/base_spec.rb
386
- - spec/unit/logger/console_logger_spec.rb
387
- - spec/unit/agents_spec.rb
388
- - spec/unit/array_spec.rb
389
- - spec/unit/ddl/discoveryddl_spec.rb
390
- - spec/unit/ddl/base_spec.rb
391
- - spec/unit/ddl/dataddl_spec.rb
392
- - spec/unit/ddl/agentddl_spec.rb
393
- - spec/unit/rpc_spec.rb
394
- - spec/spec_helper.rb
395
- - spec/spec.opts
391
+ - spec/unit/unix_daemon_spec.rb
392
+ - spec/unit/util_spec.rb
393
+ - spec/unit/validator_spec.rb
394
+ - spec/unit/vendor_spec.rb
395
+ - spec/unit/windows_daemon_spec.rb
396
396
  - spec/windows_spec.opts