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.
- data/bin/mco +4 -0
- data/lib/mcollective.rb +1 -1
- metadata +238 -238
data/bin/mco
CHANGED
data/lib/mcollective.rb
CHANGED
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.
|
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-
|
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/
|
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/
|
107
|
-
- lib/mcollective/
|
108
|
-
- lib/mcollective/
|
109
|
-
- lib/mcollective/
|
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/
|
112
|
-
- lib/mcollective/
|
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/
|
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/
|
123
|
-
- lib/mcollective/
|
124
|
-
- lib/mcollective/
|
125
|
-
- lib/mcollective/
|
126
|
-
- lib/mcollective/
|
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/
|
129
|
-
- lib/mcollective/
|
130
|
-
- lib/mcollective/
|
131
|
-
- lib/mcollective/
|
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/
|
134
|
-
- lib/mcollective/
|
135
|
-
- lib/mcollective/
|
136
|
-
- lib/mcollective/
|
137
|
-
- lib/mcollective/
|
138
|
-
- lib/mcollective/
|
139
|
-
- lib/mcollective/
|
140
|
-
- lib/mcollective/
|
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/
|
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/
|
158
|
-
- spec/fixtures/application/test.rb
|
159
|
+
- spec/fixtures/util/4.out
|
159
160
|
- spec/monkey_patches/instance_variable_defined.rb
|
160
|
-
- spec/
|
161
|
-
- spec/
|
162
|
-
- spec/unit/
|
163
|
-
- spec/unit/
|
164
|
-
- spec/unit/
|
165
|
-
- spec/unit/
|
166
|
-
- spec/unit/
|
167
|
-
- spec/unit/
|
168
|
-
- spec/unit/
|
169
|
-
- spec/unit/
|
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/
|
173
|
-
- spec/unit/
|
174
|
-
- spec/unit/
|
175
|
-
- spec/unit/
|
176
|
-
- spec/unit/
|
177
|
-
- spec/unit/
|
178
|
-
- spec/unit/
|
179
|
-
- spec/unit/
|
180
|
-
- spec/unit/
|
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/
|
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/
|
193
|
-
- spec/unit/plugins/mcollective/
|
194
|
-
- spec/unit/plugins/mcollective/
|
195
|
-
- spec/unit/
|
196
|
-
- spec/unit/
|
197
|
-
- spec/unit/
|
198
|
-
- spec/unit/
|
199
|
-
- spec/unit/
|
200
|
-
- spec/unit/
|
201
|
-
- spec/unit/
|
202
|
-
- spec/unit/
|
203
|
-
- spec/unit/
|
204
|
-
- spec/unit/
|
205
|
-
- spec/unit/
|
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/
|
241
|
-
- spec/unit/
|
242
|
-
- spec/unit/
|
243
|
-
- spec/unit/
|
244
|
-
- spec/unit/
|
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/
|
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/
|
302
|
-
- spec/fixtures/application/test.rb
|
303
|
+
- spec/fixtures/util/4.out
|
303
304
|
- spec/monkey_patches/instance_variable_defined.rb
|
304
|
-
- spec/
|
305
|
-
- spec/
|
306
|
-
- spec/unit/
|
307
|
-
- spec/unit/
|
308
|
-
- spec/unit/
|
309
|
-
- spec/unit/
|
310
|
-
- spec/unit/
|
311
|
-
- spec/unit/
|
312
|
-
- spec/unit/
|
313
|
-
- spec/unit/
|
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/
|
317
|
-
- spec/unit/
|
318
|
-
- spec/unit/
|
319
|
-
- spec/unit/
|
320
|
-
- spec/unit/
|
321
|
-
- spec/unit/
|
322
|
-
- spec/unit/
|
323
|
-
- spec/unit/
|
324
|
-
- spec/unit/
|
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/
|
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/
|
337
|
-
- spec/unit/plugins/mcollective/
|
338
|
-
- spec/unit/plugins/mcollective/
|
339
|
-
- spec/unit/
|
340
|
-
- spec/unit/
|
341
|
-
- spec/unit/
|
342
|
-
- spec/unit/
|
343
|
-
- spec/unit/
|
344
|
-
- spec/unit/
|
345
|
-
- spec/unit/
|
346
|
-
- spec/unit/
|
347
|
-
- spec/unit/
|
348
|
-
- spec/unit/
|
349
|
-
- spec/unit/
|
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/
|
385
|
-
- spec/unit/
|
386
|
-
- spec/unit/
|
387
|
-
- spec/unit/
|
388
|
-
- spec/unit/
|
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
|