mcollective-client 2.5.0.rc1 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mcollective-client might be problematic. Click here for more details.

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