lumberg 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. data/.travis.yml +9 -3
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/Rakefile +3 -1
  5. data/lib/lumberg.rb +32 -7
  6. data/lib/lumberg/config.rb +19 -0
  7. data/lib/lumberg/format_whm.rb +102 -0
  8. data/lib/lumberg/version.rb +1 -1
  9. data/lib/lumberg/whm/server.rb +42 -163
  10. data/lumberg.gemspec +7 -4
  11. data/spec/config_spec.rb +28 -0
  12. data/spec/spec_helper.rb +3 -3
  13. data/spec/vcr_cassettes/whm/account/accountsummary.yml +41 -29
  14. data/spec/vcr_cassettes/whm/account/changepackage.yml +73 -43
  15. data/spec/vcr_cassettes/whm/account/createacct.yml +101 -31
  16. data/spec/vcr_cassettes/whm/account/domainuserdata.yml +43 -29
  17. data/spec/vcr_cassettes/whm/account/editquota.yml +78 -57
  18. data/spec/vcr_cassettes/whm/account/limitbw.yml +79 -57
  19. data/spec/vcr_cassettes/whm/account/listaccts.yml +195 -100
  20. data/spec/vcr_cassettes/whm/account/listsuspended.yml +41 -29
  21. data/spec/vcr_cassettes/whm/account/modifyacct.yml +61 -42
  22. data/spec/vcr_cassettes/whm/account/myprivs.yml +41 -29
  23. data/spec/vcr_cassettes/whm/account/passwd.yml +44 -29
  24. data/spec/vcr_cassettes/whm/account/removeacct.yml +134 -57
  25. data/spec/vcr_cassettes/whm/account/restoreaccount.yml +310 -135
  26. data/spec/vcr_cassettes/whm/account/setsiteip.yml +166 -127
  27. data/spec/vcr_cassettes/whm/account/suspend.yml +75 -43
  28. data/spec/vcr_cassettes/whm/account/unsuspend.yml +46 -29
  29. data/spec/vcr_cassettes/whm/dns/adddns.yml +61 -43
  30. data/spec/vcr_cassettes/whm/dns/addzonerecord.yml +42 -29
  31. data/spec/vcr_cassettes/whm/dns/dumpzone.yml +44 -29
  32. data/spec/vcr_cassettes/whm/dns/editzonerecord.yml +61 -43
  33. data/spec/vcr_cassettes/whm/dns/getzonerecord.yml +60 -43
  34. data/spec/vcr_cassettes/whm/dns/killdns.yml +42 -29
  35. data/spec/vcr_cassettes/whm/dns/listmxs.yml +23 -15
  36. data/spec/vcr_cassettes/whm/dns/listzones.yml +22 -15
  37. data/spec/vcr_cassettes/whm/dns/lookupnsip.yml +40 -29
  38. data/spec/vcr_cassettes/whm/dns/removezonerecord.yml +61 -43
  39. data/spec/vcr_cassettes/whm/dns/resetzone.yml +42 -29
  40. data/spec/vcr_cassettes/whm/dns/resolvedomainname.yml +40 -29
  41. data/spec/vcr_cassettes/whm/dns/savemxs.yml +23 -15
  42. data/spec/vcr_cassettes/whm/reseller/acctcounts.yml +41 -29
  43. data/spec/vcr_cassettes/whm/reseller/listacls.yml +22 -15
  44. data/spec/vcr_cassettes/whm/reseller/listresellers.yml +22 -15
  45. data/spec/vcr_cassettes/whm/reseller/resellerstats.yml +42 -29
  46. data/spec/vcr_cassettes/whm/reseller/saveacllist.yml +76 -57
  47. data/spec/vcr_cassettes/whm/reseller/setacls.yml +40 -29
  48. data/spec/vcr_cassettes/whm/reseller/setresellerips.yml +42 -28
  49. data/spec/vcr_cassettes/whm/reseller/setresellerlimits.yml +41 -29
  50. data/spec/vcr_cassettes/whm/reseller/setresellermainip.yml +59 -43
  51. data/spec/vcr_cassettes/whm/reseller/setresellernameservers.yml +58 -43
  52. data/spec/vcr_cassettes/whm/reseller/setresellerpackagelimit.yml +61 -43
  53. data/spec/vcr_cassettes/whm/reseller/setupreseller.yml +41 -29
  54. data/spec/vcr_cassettes/whm/reseller/suspendreseller.yml +75 -44
  55. data/spec/vcr_cassettes/whm/reseller/terminatereseller.yml +83 -46
  56. data/spec/vcr_cassettes/whm/reseller/unsetupreseller.yml +41 -29
  57. data/spec/vcr_cassettes/whm/reseller/unsuspendreseller.yml +46 -29
  58. data/spec/vcr_cassettes/whm/server/addip.yml +24 -15
  59. data/spec/vcr_cassettes/whm/server/applist.yml +22 -15
  60. data/spec/vcr_cassettes/whm/server/delip.yml +23 -15
  61. data/spec/vcr_cassettes/whm/server/gethostname.yml +22 -15
  62. data/spec/vcr_cassettes/whm/server/getlanglist.yml +22 -15
  63. data/spec/vcr_cassettes/whm/server/listips.yml +22 -15
  64. data/spec/vcr_cassettes/whm/server/loadavg.yml +26 -19
  65. data/spec/vcr_cassettes/whm/server/my_function.yml +59 -43
  66. data/spec/vcr_cassettes/whm/server/nvget.yml +22 -15
  67. data/spec/vcr_cassettes/whm/server/nvset.yml +22 -15
  68. data/spec/vcr_cassettes/whm/server/reboot.yml +22 -15
  69. data/spec/vcr_cassettes/whm/server/sethostname.yml +24 -15
  70. data/spec/vcr_cassettes/whm/server/setresolvers.yml +23 -15
  71. data/spec/vcr_cassettes/whm/server/showbw.yml +22 -15
  72. data/spec/vcr_cassettes/whm/server/systemloadavg.yml +40 -29
  73. data/spec/vcr_cassettes/whm/server/version.yml +22 -15
  74. data/spec/whm/account_spec.rb +0 -1
  75. data/spec/whm/server_spec.rb +2 -106
  76. metadata +98 -26
  77. data/lib/net_http_hacked.rb +0 -42
  78. data/spec/vcr_cassettes/whm/server/response_type.yml +0 -85
@@ -1,190 +1,229 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/setsiteip?ip=192.1.2.3
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- content-type:
16
+ headers:
17
+ Content-Type:
16
18
  - text/plain
17
- server:
19
+ Server:
18
20
  - cpsrvd/11.28.64
19
- transfer-encoding:
21
+ Transfer-Encoding:
20
22
  - chunked
21
- body: "{\"result\":[{\"status\":0,\"statusmsg\":\"Cannot determine username\"}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"result":[{"status":0,"statusmsg":"Cannot determine username"}]}'
26
+ http_version: '1.1'
27
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
28
+ - request:
29
+ method: get
26
30
  uri: https://myhost.com:2087/json-api/setsiteip?ip=192.1.2.3&user=changeme
27
- body:
28
- headers:
29
- authorization:
31
+ body:
32
+ encoding: US-ASCII
33
+ string: ''
34
+ headers:
35
+ Authorization:
30
36
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
37
+ response:
38
+ status:
33
39
  code: 200
34
40
  message: OK
35
- headers:
36
- content-type:
41
+ headers:
42
+ Content-Type:
37
43
  - text/plain
38
- server:
44
+ Server:
39
45
  - cpsrvd/11.28.64
40
- transfer-encoding:
46
+ Transfer-Encoding:
41
47
  - chunked
42
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
43
- http_version: "1.1"
44
- - !ruby/struct:VCR::HTTPInteraction
45
- request: !ruby/struct:VCR::Request
46
- method: :get
48
+ body:
49
+ encoding: UTF-8
50
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
51
+ http_version: '1.1'
52
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
53
+ - request:
54
+ method: get
47
55
  uri: https://myhost.com:2087/json-api/setsiteip?domain=example.com&ip=192.1.2.3
48
- body:
49
- headers:
50
- authorization:
56
+ body:
57
+ encoding: US-ASCII
58
+ string: ''
59
+ headers:
60
+ Authorization:
51
61
  - WHM root:iscool
52
- response: !ruby/struct:VCR::Response
53
- status: !ruby/struct:VCR::ResponseStatus
62
+ response:
63
+ status:
54
64
  code: 200
55
65
  message: OK
56
- headers:
57
- content-type:
66
+ headers:
67
+ Content-Type:
58
68
  - text/plain
59
- server:
69
+ Server:
60
70
  - cpsrvd/11.28.64
61
- transfer-encoding:
71
+ Transfer-Encoding:
62
72
  - chunked
63
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
64
- http_version: "1.1"
65
- - !ruby/struct:VCR::HTTPInteraction
66
- request: !ruby/struct:VCR::Request
67
- method: :get
73
+ body:
74
+ encoding: UTF-8
75
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
76
+ http_version: '1.1'
77
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
78
+ - request:
79
+ method: get
68
80
  uri: https://myhost.com:2087/json-api/setsiteip?ip=192.1.2.3&user=changeme
69
- body:
70
- headers:
71
- authorization:
81
+ body:
82
+ encoding: US-ASCII
83
+ string: ''
84
+ headers:
85
+ Authorization:
72
86
  - WHM root:iscool
73
- response: !ruby/struct:VCR::Response
74
- status: !ruby/struct:VCR::ResponseStatus
87
+ response:
88
+ status:
75
89
  code: 200
76
90
  message: OK
77
- headers:
78
- server:
91
+ headers:
92
+ Server:
79
93
  - cpsrvd/11.28.64
80
- transfer-encoding:
94
+ Transfer-Encoding:
81
95
  - chunked
82
- content-type:
96
+ Content-Type:
83
97
  - text/plain
84
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
85
- http_version: "1.1"
86
- - !ruby/struct:VCR::HTTPInteraction
87
- request: !ruby/struct:VCR::Request
88
- method: :get
98
+ body:
99
+ encoding: UTF-8
100
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
101
+ http_version: '1.1'
102
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
103
+ - request:
104
+ method: get
89
105
  uri: https://myhost.com:2087/json-api/setsiteip?domain=example.com&ip=192.1.2.3
90
- body:
91
- headers:
92
- authorization:
106
+ body:
107
+ encoding: US-ASCII
108
+ string: ''
109
+ headers:
110
+ Authorization:
93
111
  - WHM root:iscool
94
- response: !ruby/struct:VCR::Response
95
- status: !ruby/struct:VCR::ResponseStatus
112
+ response:
113
+ status:
96
114
  code: 200
97
115
  message: OK
98
- headers:
99
- server:
116
+ headers:
117
+ Server:
100
118
  - cpsrvd/11.28.64
101
- transfer-encoding:
119
+ Transfer-Encoding:
102
120
  - chunked
103
- content-type:
121
+ Content-Type:
104
122
  - text/plain
105
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
106
- http_version: "1.1"
107
- - !ruby/struct:VCR::HTTPInteraction
108
- request: !ruby/struct:VCR::Request
109
- method: :get
123
+ body:
124
+ encoding: UTF-8
125
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
126
+ http_version: '1.1'
127
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
128
+ - request:
129
+ method: get
110
130
  uri: https://myhost.com:2087/json-api/setsiteip?ip=192.1.2.3&user=changeme
111
- body:
112
- headers:
113
- authorization:
131
+ body:
132
+ encoding: US-ASCII
133
+ string: ''
134
+ headers:
135
+ Authorization:
114
136
  - WHM root:iscool
115
- response: !ruby/struct:VCR::Response
116
- status: !ruby/struct:VCR::ResponseStatus
137
+ response:
138
+ status:
117
139
  code: 200
118
140
  message: OK
119
- headers:
120
- server:
141
+ headers:
142
+ Server:
121
143
  - cpsrvd/11.28.64
122
- transfer-encoding:
144
+ Transfer-Encoding:
123
145
  - chunked
124
- content-type:
146
+ Content-Type:
125
147
  - text/plain
126
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
127
- http_version: "1.1"
128
- - !ruby/struct:VCR::HTTPInteraction
129
- request: !ruby/struct:VCR::Request
130
- method: :get
148
+ body:
149
+ encoding: UTF-8
150
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
151
+ http_version: '1.1'
152
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
153
+ - request:
154
+ method: get
131
155
  uri: https://myhost.com:2087/json-api/setsiteip?domain=example.com&ip=192.1.2.3
132
- body:
133
- headers:
134
- authorization:
156
+ body:
157
+ encoding: US-ASCII
158
+ string: ''
159
+ headers:
160
+ Authorization:
135
161
  - WHM root:iscool
136
- response: !ruby/struct:VCR::Response
137
- status: !ruby/struct:VCR::ResponseStatus
162
+ response:
163
+ status:
138
164
  code: 200
139
165
  message: OK
140
- headers:
141
- server:
166
+ headers:
167
+ Server:
142
168
  - cpsrvd/11.28.64
143
- transfer-encoding:
169
+ Transfer-Encoding:
144
170
  - chunked
145
- content-type:
171
+ Content-Type:
146
172
  - text/plain
147
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
148
- http_version: "1.1"
149
- - !ruby/struct:VCR::HTTPInteraction
150
- request: !ruby/struct:VCR::Request
151
- method: :get
173
+ body:
174
+ encoding: UTF-8
175
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
176
+ http_version: '1.1'
177
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
178
+ - request:
179
+ method: get
152
180
  uri: https://myhost.com:2087/json-api/setsiteip?ip=192.1.2.3&user=changeme
153
- body:
154
- headers:
155
- authorization:
181
+ body:
182
+ encoding: US-ASCII
183
+ string: ''
184
+ headers:
185
+ Authorization:
156
186
  - WHM root:iscool
157
- response: !ruby/struct:VCR::Response
158
- status: !ruby/struct:VCR::ResponseStatus
187
+ response:
188
+ status:
159
189
  code: 200
160
190
  message: OK
161
- headers:
162
- server:
191
+ headers:
192
+ Server:
163
193
  - cpsrvd/11.28.64
164
- transfer-encoding:
194
+ Transfer-Encoding:
165
195
  - chunked
166
- content-type:
196
+ Content-Type:
167
197
  - text/plain
168
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
169
- http_version: "1.1"
170
- - !ruby/struct:VCR::HTTPInteraction
171
- request: !ruby/struct:VCR::Request
172
- method: :get
198
+ body:
199
+ encoding: UTF-8
200
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
201
+ http_version: '1.1'
202
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
203
+ - request:
204
+ method: get
173
205
  uri: https://myhost.com:2087/json-api/setsiteip?domain=example.com&ip=192.1.2.3
174
- body:
175
- headers:
176
- authorization:
206
+ body:
207
+ encoding: US-ASCII
208
+ string: ''
209
+ headers:
210
+ Authorization:
177
211
  - WHM root:iscool
178
- response: !ruby/struct:VCR::Response
179
- status: !ruby/struct:VCR::ResponseStatus
212
+ response:
213
+ status:
180
214
  code: 200
181
215
  message: OK
182
- headers:
183
- server:
216
+ headers:
217
+ Server:
184
218
  - cpsrvd/11.28.64
185
- transfer-encoding:
219
+ Transfer-Encoding:
186
220
  - chunked
187
- content-type:
221
+ Content-Type:
188
222
  - text/plain
189
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"OK\"}]}"
190
- http_version: "1.1"
223
+ body:
224
+ encoding: UTF-8
225
+ string: ! '{"result":[{"status":1,"statusmsg":"OK"}]}'
226
+ http_version: '1.1'
227
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
228
+ recorded_with: VCR 2.0.0
229
+ ...
@@ -1,64 +1,96 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/suspendacct?user=notexists
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- server:
16
+ headers:
17
+ Server:
16
18
  - cpsrvd/11.28.64
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"result\":[{\"status\":0,\"statusmsg\":\"_suspendacct called for a user that does not exist. ()\"}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"result":[{"status":0,"statusmsg":"_suspendacct called for a user
26
+ that does not exist. ()"}]}'
27
+ http_version: '1.1'
28
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
29
+ - request:
30
+ method: get
26
31
  uri: https://myhost.com:2087/json-api/suspendacct?user=suspendme
27
- body:
28
- headers:
29
- authorization:
32
+ body:
33
+ encoding: US-ASCII
34
+ string: ''
35
+ headers:
36
+ Authorization:
30
37
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
38
+ response:
39
+ status:
33
40
  code: 200
34
41
  message: OK
35
- headers:
36
- server:
42
+ headers:
43
+ Server:
37
44
  - cpsrvd/11.28.64
38
- transfer-encoding:
45
+ Transfer-Encoding:
39
46
  - chunked
40
- content-type:
47
+ Content-Type:
41
48
  - text/plain
42
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"<script>if (self['clear_ui_status']) { clear_ui_status(); }</script>\\nChanging Shell to /bin/false...Changing shell for suspendme.\\nWarning: \\\"/bin/false\\\" is not listed in /etc/shells\\nShell changed.\\nDone\\nLocking Password...Locking password for user suspendme.\\npasswd: Success\\nDone\\nSuspending mysql users\\nNotification => notify@example.com via EMAIL [level => 3]\\nUsing Universal Quota Support (quota=0)\\nSuspended document root /home/suspendme/public_html\\nUsing Universal Quota Support (quota=0)\\nSuspending FTP accounts...\\nUpdating ftp passwords for suspendme\\nFtp password files updated.\\nFtp vhost passwords synced\\nsuspendme's account has been suspended\\n\"}]}"
43
- http_version: "1.1"
44
- - !ruby/struct:VCR::HTTPInteraction
45
- request: !ruby/struct:VCR::Request
46
- method: :get
49
+ body:
50
+ encoding: UTF-8
51
+ string: ! '{"result":[{"status":1,"statusmsg":"<script>if (self[''clear_ui_status''])
52
+ { clear_ui_status(); }</script>\nChanging Shell to /bin/false...Changing shell
53
+ for suspendme.\nWarning: \"/bin/false\" is not listed in /etc/shells\nShell
54
+ changed.\nDone\nLocking Password...Locking password for user suspendme.\npasswd:
55
+ Success\nDone\nSuspending mysql users\nNotification => notify@example.com
56
+ via EMAIL [level => 3]\nUsing Universal Quota Support (quota=0)\nSuspended
57
+ document root /home/suspendme/public_html\nUsing Universal Quota Support (quota=0)\nSuspending
58
+ FTP accounts...\nUpdating ftp passwords for suspendme\nFtp password files
59
+ updated.\nFtp vhost passwords synced\nsuspendme''s account has been suspended\n"}]}'
60
+ http_version: '1.1'
61
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
62
+ - request:
63
+ method: get
47
64
  uri: https://myhost.com:2087/json-api/suspendacct?reason=abusive+user&user=suspendme
48
- body:
49
- headers:
50
- authorization:
65
+ body:
66
+ encoding: US-ASCII
67
+ string: ''
68
+ headers:
69
+ Authorization:
51
70
  - WHM root:iscool
52
- response: !ruby/struct:VCR::Response
53
- status: !ruby/struct:VCR::ResponseStatus
71
+ response:
72
+ status:
54
73
  code: 200
55
74
  message: OK
56
- headers:
57
- server:
75
+ headers:
76
+ Server:
58
77
  - cpsrvd/11.28.64
59
- transfer-encoding:
78
+ Transfer-Encoding:
60
79
  - chunked
61
- content-type:
80
+ Content-Type:
62
81
  - text/plain
63
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"<script>if (self['clear_ui_status']) { clear_ui_status(); }</script>\\nChanging Shell to /bin/false...Changing shell for suspendme.\\nWarning: \\\"/bin/false\\\" is not listed in /etc/shells\\nShell changed.\\nDone\\nLocking Password...Locking password for user suspendme.\\npasswd: Success\\nDone\\nSuspending mysql users\\nNotification => notify@example.com via EMAIL [level => 3]\\nUsing Universal Quota Support (quota=0)\\nSuspended document root /home/suspendme/public_html\\nUsing Universal Quota Support (quota=0)\\nSuspending FTP accounts...\\nUpdating ftp passwords for suspendme\\nFtp password files updated.\\nFtp vhost passwords synced\\nsuspendme's account has been suspended\\n\"}]}"
64
- http_version: "1.1"
82
+ body:
83
+ encoding: UTF-8
84
+ string: ! '{"result":[{"status":1,"statusmsg":"<script>if (self[''clear_ui_status''])
85
+ { clear_ui_status(); }</script>\nChanging Shell to /bin/false...Changing shell
86
+ for suspendme.\nWarning: \"/bin/false\" is not listed in /etc/shells\nShell
87
+ changed.\nDone\nLocking Password...Locking password for user suspendme.\npasswd:
88
+ Success\nDone\nSuspending mysql users\nNotification => notify@example.com
89
+ via EMAIL [level => 3]\nUsing Universal Quota Support (quota=0)\nSuspended
90
+ document root /home/suspendme/public_html\nUsing Universal Quota Support (quota=0)\nSuspending
91
+ FTP accounts...\nUpdating ftp passwords for suspendme\nFtp password files
92
+ updated.\nFtp vhost passwords synced\nsuspendme''s account has been suspended\n"}]}'
93
+ http_version: '1.1'
94
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
95
+ recorded_with: VCR 2.0.0
96
+ ...