corl 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (511) hide show
  1. checksums.yaml +7 -7
  2. data/.gitignore +51 -0
  3. data/Gemfile +6 -11
  4. data/Gemfile.lock +122 -147
  5. data/Rakefile +22 -21
  6. data/TODO.rdoc +12 -0
  7. data/VERSION +1 -1
  8. data/bin/corl +15 -21
  9. data/bootstrap/bootstrap.sh +50 -16
  10. data/bootstrap/lib/shell/os.sh +2 -2
  11. data/bootstrap/os/ubuntu/00_base.sh +11 -4
  12. data/bootstrap/os/ubuntu/01_git.sh +6 -3
  13. data/bootstrap/os/ubuntu/{02-editor.sh → 02_editor.sh} +8 -2
  14. data/bootstrap/os/ubuntu/05_ruby.sh +63 -15
  15. data/bootstrap/os/ubuntu/06_puppet.sh +9 -4
  16. data/bootstrap/os/ubuntu/09_nucleon.sh +25 -9
  17. data/bootstrap/os/ubuntu/10_corl.sh +24 -10
  18. data/corl.gemspec +27 -502
  19. data/lib/CORL/configuration/file.rb +112 -112
  20. data/lib/CORL/machine/rackspace.rb +18 -17
  21. data/lib/core/facade.rb +1 -1
  22. data/lib/core/plugin/agent.rb +141 -0
  23. data/lib/core/plugin/cloud_action.rb +67 -62
  24. data/lib/core/plugin/configuration.rb +71 -70
  25. data/lib/core/plugin/network.rb +163 -151
  26. data/lib/core/plugin/node.rb +457 -422
  27. data/lib/core/vagrant/commands/launcher.rb +13 -13
  28. data/lib/core/vagrant/provisioner/config.rb +1 -3
  29. data/lib/nucleon/action/node/bootstrap.rb +21 -16
  30. data/lib/nucleon/action/node/destroy.rb +13 -13
  31. data/lib/nucleon/action/node/seed.rb +62 -64
  32. data/lib/nucleon/action/node/status.rb +39 -32
  33. data/locales/en.yml +121 -116
  34. data/spec/spec_helper.rb +1 -4
  35. metadata +111 -641
  36. data/.document +0 -5
  37. data/lib/core/mod/fog_rackspace_server.rb +0 -29
  38. data/lib/core/vagrant/Vagrantfile +0 -10
  39. data/lib/nucleon/action/plugin/template/nucleon.action.erb +0 -56
  40. data/rdoc/site/0.4.29/CORL/Action/Authorize.html +0 -485
  41. data/rdoc/site/0.4.29/CORL/Action/Bootstrap.html +0 -546
  42. data/rdoc/site/0.4.29/CORL/Action/Build.html +0 -396
  43. data/rdoc/site/0.4.29/CORL/Action/Destroy.html +0 -515
  44. data/rdoc/site/0.4.29/CORL/Action/Exec.html +0 -472
  45. data/rdoc/site/0.4.29/CORL/Action/Facts.html +0 -398
  46. data/rdoc/site/0.4.29/CORL/Action/Image.html +0 -515
  47. data/rdoc/site/0.4.29/CORL/Action/Images.html +0 -514
  48. data/rdoc/site/0.4.29/CORL/Action/Ip.html +0 -395
  49. data/rdoc/site/0.4.29/CORL/Action/Keypair.html +0 -494
  50. data/rdoc/site/0.4.29/CORL/Action/Lookup.html +0 -474
  51. data/rdoc/site/0.4.29/CORL/Action/Machines.html +0 -509
  52. data/rdoc/site/0.4.29/CORL/Action/Provision.html +0 -456
  53. data/rdoc/site/0.4.29/CORL/Action/Reboot.html +0 -515
  54. data/rdoc/site/0.4.29/CORL/Action/Regions.html +0 -509
  55. data/rdoc/site/0.4.29/CORL/Action/Revoke.html +0 -483
  56. data/rdoc/site/0.4.29/CORL/Action/Seed.html +0 -544
  57. data/rdoc/site/0.4.29/CORL/Action/Spawn.html +0 -616
  58. data/rdoc/site/0.4.29/CORL/Action/Ssh.html +0 -526
  59. data/rdoc/site/0.4.29/CORL/Action/Start.html +0 -515
  60. data/rdoc/site/0.4.29/CORL/Action/Stop.html +0 -515
  61. data/rdoc/site/0.4.29/CORL/Action/Vagrantfile.html +0 -457
  62. data/rdoc/site/0.4.29/CORL/Action.html +0 -360
  63. data/rdoc/site/0.4.29/CORL/Configuration/File.html +0 -1128
  64. data/rdoc/site/0.4.29/CORL/Configuration.html +0 -339
  65. data/rdoc/site/0.4.29/CORL/Errors.html +0 -339
  66. data/rdoc/site/0.4.29/CORL/Event/Puppet.html +0 -673
  67. data/rdoc/site/0.4.29/CORL/Event.html +0 -339
  68. data/rdoc/site/0.4.29/CORL/Facade.html +0 -742
  69. data/rdoc/site/0.4.29/CORL/Machine/Aws.html +0 -733
  70. data/rdoc/site/0.4.29/CORL/Machine/Fog.html +0 -1269
  71. data/rdoc/site/0.4.29/CORL/Machine/Physical.html +0 -1039
  72. data/rdoc/site/0.4.29/CORL/Machine/Rackspace.html +0 -514
  73. data/rdoc/site/0.4.29/CORL/Machine/Vagrant.html +0 -1300
  74. data/rdoc/site/0.4.29/CORL/Machine.html +0 -343
  75. data/rdoc/site/0.4.29/CORL/Mixin/Action/Keypair.html +0 -572
  76. data/rdoc/site/0.4.29/CORL/Mixin/Action.html +0 -339
  77. data/rdoc/site/0.4.29/CORL/Mixin/Lookup.html +0 -954
  78. data/rdoc/site/0.4.29/CORL/Mixin/Machine/SSH.html +0 -643
  79. data/rdoc/site/0.4.29/CORL/Mixin/Machine.html +0 -339
  80. data/rdoc/site/0.4.29/CORL/Mixin/Macro/NetworkSettings.html +0 -464
  81. data/rdoc/site/0.4.29/CORL/Mixin/Macro.html +0 -339
  82. data/rdoc/site/0.4.29/CORL/Mixin.html +0 -342
  83. data/rdoc/site/0.4.29/CORL/Network/Default.html +0 -391
  84. data/rdoc/site/0.4.29/CORL/Network.html +0 -339
  85. data/rdoc/site/0.4.29/CORL/Node/Aws.html +0 -716
  86. data/rdoc/site/0.4.29/CORL/Node/Fog.html +0 -1192
  87. data/rdoc/site/0.4.29/CORL/Node/Local.html +0 -424
  88. data/rdoc/site/0.4.29/CORL/Node/Rackspace.html +0 -709
  89. data/rdoc/site/0.4.29/CORL/Node/Vagrant.html +0 -1451
  90. data/rdoc/site/0.4.29/CORL/Node.html +0 -343
  91. data/rdoc/site/0.4.29/CORL/Plugin/CloudAction.html +0 -810
  92. data/rdoc/site/0.4.29/CORL/Plugin.html +0 -339
  93. data/rdoc/site/0.4.29/CORL/Provisioner/Puppetnode.html +0 -1095
  94. data/rdoc/site/0.4.29/CORL/Provisioner.html +0 -339
  95. data/rdoc/site/0.4.29/CORL/Template/Environment.html +0 -528
  96. data/rdoc/site/0.4.29/CORL/Template.html +0 -339
  97. data/rdoc/site/0.4.29/CORL/Util/Puppet/Resource.html +0 -1038
  98. data/rdoc/site/0.4.29/CORL/Util/Puppet/ResourceGroup.html +0 -920
  99. data/rdoc/site/0.4.29/CORL/Util/Puppet.html +0 -1087
  100. data/rdoc/site/0.4.29/CORL/Util.html +0 -341
  101. data/rdoc/site/0.4.29/CORL/Vagrant/Config.html +0 -896
  102. data/rdoc/site/0.4.29/CORL/Vagrant.html +0 -418
  103. data/rdoc/site/0.4.29/CORL.html +0 -465
  104. data/rdoc/site/0.4.29/Facter/Util/Loader.html +0 -396
  105. data/rdoc/site/0.4.29/Facter/Util.html +0 -339
  106. data/rdoc/site/0.4.29/Facter.html +0 -339
  107. data/rdoc/site/0.4.29/Fog/Compute/AWS/Server.html +0 -423
  108. data/rdoc/site/0.4.29/Fog/Compute/AWS.html +0 -345
  109. data/rdoc/site/0.4.29/Fog/Compute/RackspaceV2/Server.html +0 -408
  110. data/rdoc/site/0.4.29/Fog/Compute/RackspaceV2.html +0 -345
  111. data/rdoc/site/0.4.29/Fog/Compute.html +0 -340
  112. data/rdoc/site/0.4.29/Fog.html +0 -340
  113. data/rdoc/site/0.4.29/Hiera/Backend.html +0 -422
  114. data/rdoc/site/0.4.29/Hiera/Corl_logger.html +0 -449
  115. data/rdoc/site/0.4.29/Hiera.html +0 -346
  116. data/rdoc/site/0.4.29/Nucleon/Config.html +0 -357
  117. data/rdoc/site/0.4.29/Nucleon/Plugin/Base.html +0 -345
  118. data/rdoc/site/0.4.29/Nucleon/Plugin/Configuration.html +0 -1213
  119. data/rdoc/site/0.4.29/Nucleon/Plugin/Machine.html +0 -1279
  120. data/rdoc/site/0.4.29/Nucleon/Plugin/Network.html +0 -1425
  121. data/rdoc/site/0.4.29/Nucleon/Plugin/Node.html +0 -3715
  122. data/rdoc/site/0.4.29/Nucleon/Plugin/Provisioner.html +0 -1297
  123. data/rdoc/site/0.4.29/Nucleon/Plugin.html +0 -344
  124. data/rdoc/site/0.4.29/Nucleon.html +0 -344
  125. data/rdoc/site/0.4.29/Object.html +0 -358
  126. data/rdoc/site/0.4.29/Puppet/DataBinding/Corl.html +0 -345
  127. data/rdoc/site/0.4.29/Puppet/DataBinding.html +0 -338
  128. data/rdoc/site/0.4.29/Puppet/Indirector/Corl.html +0 -454
  129. data/rdoc/site/0.4.29/Puppet/Indirector.html +0 -338
  130. data/rdoc/site/0.4.29/Puppet/Parser/Functions.html +0 -480
  131. data/rdoc/site/0.4.29/Puppet/Parser.html +0 -338
  132. data/rdoc/site/0.4.29/Puppet.html +0 -338
  133. data/rdoc/site/0.4.29/README_rdoc.html +0 -340
  134. data/rdoc/site/0.4.29/Vagrant/Config/Loader.html +0 -399
  135. data/rdoc/site/0.4.29/Vagrant/Config.html +0 -339
  136. data/rdoc/site/0.4.29/Vagrant/Vagrantfile.html +0 -392
  137. data/rdoc/site/0.4.29/Vagrant.html +0 -346
  138. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/DeleteCache.html +0 -396
  139. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/InitKeys.html +0 -408
  140. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -406
  141. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Action.html +0 -341
  142. data/rdoc/site/0.4.29/VagrantPlugins/CORL/BaseAction.html +0 -491
  143. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Command/Launcher.html +0 -533
  144. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Command.html +0 -339
  145. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Config/CORL.html +0 -732
  146. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Config.html +0 -339
  147. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Plugin.html +0 -345
  148. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Provisioner/CORL.html +0 -536
  149. data/rdoc/site/0.4.29/VagrantPlugins/CORL/Provisioner.html +0 -339
  150. data/rdoc/site/0.4.29/VagrantPlugins/CORL.html +0 -346
  151. data/rdoc/site/0.4.29/VagrantPlugins.html +0 -346
  152. data/rdoc/site/0.4.29/created.rid +0 -96
  153. data/rdoc/site/0.4.29/images/add.png +0 -0
  154. data/rdoc/site/0.4.29/images/brick.png +0 -0
  155. data/rdoc/site/0.4.29/images/brick_link.png +0 -0
  156. data/rdoc/site/0.4.29/images/bug.png +0 -0
  157. data/rdoc/site/0.4.29/images/bullet_black.png +0 -0
  158. data/rdoc/site/0.4.29/images/bullet_toggle_minus.png +0 -0
  159. data/rdoc/site/0.4.29/images/bullet_toggle_plus.png +0 -0
  160. data/rdoc/site/0.4.29/images/date.png +0 -0
  161. data/rdoc/site/0.4.29/images/delete.png +0 -0
  162. data/rdoc/site/0.4.29/images/find.png +0 -0
  163. data/rdoc/site/0.4.29/images/loadingAnimation.gif +0 -0
  164. data/rdoc/site/0.4.29/images/macFFBgHack.png +0 -0
  165. data/rdoc/site/0.4.29/images/package.png +0 -0
  166. data/rdoc/site/0.4.29/images/page_green.png +0 -0
  167. data/rdoc/site/0.4.29/images/page_white_text.png +0 -0
  168. data/rdoc/site/0.4.29/images/page_white_width.png +0 -0
  169. data/rdoc/site/0.4.29/images/plugin.png +0 -0
  170. data/rdoc/site/0.4.29/images/ruby.png +0 -0
  171. data/rdoc/site/0.4.29/images/tag_blue.png +0 -0
  172. data/rdoc/site/0.4.29/images/tag_green.png +0 -0
  173. data/rdoc/site/0.4.29/images/transparent.png +0 -0
  174. data/rdoc/site/0.4.29/images/wrench.png +0 -0
  175. data/rdoc/site/0.4.29/images/wrench_orange.png +0 -0
  176. data/rdoc/site/0.4.29/images/zoom.png +0 -0
  177. data/rdoc/site/0.4.29/index.html +0 -339
  178. data/rdoc/site/0.4.29/js/darkfish.js +0 -155
  179. data/rdoc/site/0.4.29/js/jquery.js +0 -18
  180. data/rdoc/site/0.4.29/js/navigation.js +0 -142
  181. data/rdoc/site/0.4.29/js/search.js +0 -94
  182. data/rdoc/site/0.4.29/js/search_index.js +0 -1
  183. data/rdoc/site/0.4.29/js/searcher.js +0 -228
  184. data/rdoc/site/0.4.29/rdoc.css +0 -543
  185. data/rdoc/site/0.4.29/table_of_contents.html +0 -1561
  186. data/rdoc/site/0.5.0/CORL/Build.html +0 -757
  187. data/rdoc/site/0.5.0/CORL/Builder/Identity.html +0 -569
  188. data/rdoc/site/0.5.0/CORL/Builder/Package.html +0 -576
  189. data/rdoc/site/0.5.0/CORL/Builder.html +0 -360
  190. data/rdoc/site/0.5.0/CORL/Configuration/File.html +0 -1148
  191. data/rdoc/site/0.5.0/CORL/Configuration.html +0 -359
  192. data/rdoc/site/0.5.0/CORL/Errors.html +0 -359
  193. data/rdoc/site/0.5.0/CORL/Facade.html +0 -899
  194. data/rdoc/site/0.5.0/CORL/Machine/AWS.html +0 -753
  195. data/rdoc/site/0.5.0/CORL/Machine/Fog.html +0 -1289
  196. data/rdoc/site/0.5.0/CORL/Machine/Physical.html +0 -1059
  197. data/rdoc/site/0.5.0/CORL/Machine/Rackspace.html +0 -534
  198. data/rdoc/site/0.5.0/CORL/Machine/Vagrant.html +0 -1320
  199. data/rdoc/site/0.5.0/CORL/Machine.html +0 -363
  200. data/rdoc/site/0.5.0/CORL/Mixin/Action/Keypair.html +0 -592
  201. data/rdoc/site/0.5.0/CORL/Mixin/Action.html +0 -359
  202. data/rdoc/site/0.5.0/CORL/Mixin/Builder/Global.html +0 -604
  203. data/rdoc/site/0.5.0/CORL/Mixin/Builder/Instance.html +0 -696
  204. data/rdoc/site/0.5.0/CORL/Mixin/Builder.html +0 -359
  205. data/rdoc/site/0.5.0/CORL/Mixin/Lookup.html +0 -1139
  206. data/rdoc/site/0.5.0/CORL/Mixin/Machine/SSH.html +0 -675
  207. data/rdoc/site/0.5.0/CORL/Mixin/Machine.html +0 -359
  208. data/rdoc/site/0.5.0/CORL/Mixin/Macro/NetworkSettings.html +0 -484
  209. data/rdoc/site/0.5.0/CORL/Mixin/Macro.html +0 -359
  210. data/rdoc/site/0.5.0/CORL/Mixin.html +0 -363
  211. data/rdoc/site/0.5.0/CORL/Network/CORL.html +0 -411
  212. data/rdoc/site/0.5.0/CORL/Network.html +0 -359
  213. data/rdoc/site/0.5.0/CORL/Node/AWS.html +0 -736
  214. data/rdoc/site/0.5.0/CORL/Node/Fog.html +0 -1212
  215. data/rdoc/site/0.5.0/CORL/Node/Local.html +0 -444
  216. data/rdoc/site/0.5.0/CORL/Node/Rackspace.html +0 -729
  217. data/rdoc/site/0.5.0/CORL/Node/Vagrant.html +0 -1476
  218. data/rdoc/site/0.5.0/CORL/Node.html +0 -363
  219. data/rdoc/site/0.5.0/CORL/Plugin/Builder.html +0 -500
  220. data/rdoc/site/0.5.0/CORL/Plugin/Configuration.html +0 -1271
  221. data/rdoc/site/0.5.0/CORL/Plugin/Machine.html +0 -1299
  222. data/rdoc/site/0.5.0/CORL/Plugin/Network.html +0 -1580
  223. data/rdoc/site/0.5.0/CORL/Plugin/Node.html +0 -4041
  224. data/rdoc/site/0.5.0/CORL/Plugin/Provisioner.html +0 -1115
  225. data/rdoc/site/0.5.0/CORL/Plugin.html +0 -649
  226. data/rdoc/site/0.5.0/CORL/Provisioner/Puppetnode.html +0 -1177
  227. data/rdoc/site/0.5.0/CORL/Provisioner.html +0 -359
  228. data/rdoc/site/0.5.0/CORL/Util/Puppet/Resource.html +0 -1058
  229. data/rdoc/site/0.5.0/CORL/Util/Puppet/ResourceGroup.html +0 -940
  230. data/rdoc/site/0.5.0/CORL/Util/Puppet.html +0 -1107
  231. data/rdoc/site/0.5.0/CORL/Util.html +0 -361
  232. data/rdoc/site/0.5.0/CORL/Vagrant/Config.html +0 -943
  233. data/rdoc/site/0.5.0/CORL/Vagrant.html +0 -438
  234. data/rdoc/site/0.5.0/CORL.html +0 -471
  235. data/rdoc/site/0.5.0/Fog/Compute/AWS/Server.html +0 -443
  236. data/rdoc/site/0.5.0/Fog/Compute/AWS.html +0 -365
  237. data/rdoc/site/0.5.0/Fog/Compute/RackspaceV2/Server.html +0 -428
  238. data/rdoc/site/0.5.0/Fog/Compute/RackspaceV2.html +0 -365
  239. data/rdoc/site/0.5.0/Fog/Compute.html +0 -360
  240. data/rdoc/site/0.5.0/Fog.html +0 -360
  241. data/rdoc/site/0.5.0/Hiera/Backend.html +0 -442
  242. data/rdoc/site/0.5.0/Hiera/Corl_logger.html +0 -469
  243. data/rdoc/site/0.5.0/Hiera.html +0 -366
  244. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Create.html +0 -538
  245. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Hiera.html +0 -566
  246. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Images.html +0 -572
  247. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Inspect.html +0 -524
  248. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Machines.html +0 -567
  249. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Regions.html +0 -567
  250. data/rdoc/site/0.5.0/Nucleon/Action/Cloud/Vagrantfile.html +0 -515
  251. data/rdoc/site/0.5.0/Nucleon/Action/Cloud.html +0 -365
  252. data/rdoc/site/0.5.0/Nucleon/Action/Node/Authorize.html +0 -543
  253. data/rdoc/site/0.5.0/Nucleon/Action/Node/Bootstrap.html +0 -604
  254. data/rdoc/site/0.5.0/Nucleon/Action/Node/Build.html +0 -526
  255. data/rdoc/site/0.5.0/Nucleon/Action/Node/Destroy.html +0 -573
  256. data/rdoc/site/0.5.0/Nucleon/Action/Node/Exec.html +0 -530
  257. data/rdoc/site/0.5.0/Nucleon/Action/Node/Facts.html +0 -456
  258. data/rdoc/site/0.5.0/Nucleon/Action/Node/IP.html +0 -453
  259. data/rdoc/site/0.5.0/Nucleon/Action/Node/Image.html +0 -573
  260. data/rdoc/site/0.5.0/Nucleon/Action/Node/Keypair.html +0 -572
  261. data/rdoc/site/0.5.0/Nucleon/Action/Node/Lookup.html +0 -532
  262. data/rdoc/site/0.5.0/Nucleon/Action/Node/Provision.html +0 -553
  263. data/rdoc/site/0.5.0/Nucleon/Action/Node/Reboot.html +0 -573
  264. data/rdoc/site/0.5.0/Nucleon/Action/Node/Revoke.html +0 -541
  265. data/rdoc/site/0.5.0/Nucleon/Action/Node/SSH.html +0 -583
  266. data/rdoc/site/0.5.0/Nucleon/Action/Node/Seed.html +0 -602
  267. data/rdoc/site/0.5.0/Nucleon/Action/Node/Spawn.html +0 -675
  268. data/rdoc/site/0.5.0/Nucleon/Action/Node/Start.html +0 -573
  269. data/rdoc/site/0.5.0/Nucleon/Action/Node/Stop.html +0 -573
  270. data/rdoc/site/0.5.0/Nucleon/Action/Node.html +0 -376
  271. data/rdoc/site/0.5.0/Nucleon/Action.html +0 -383
  272. data/rdoc/site/0.5.0/Nucleon/Config.html +0 -377
  273. data/rdoc/site/0.5.0/Nucleon/Event/Puppet.html +0 -693
  274. data/rdoc/site/0.5.0/Nucleon/Event.html +0 -359
  275. data/rdoc/site/0.5.0/Nucleon/Plugin/Base.html +0 -365
  276. data/rdoc/site/0.5.0/Nucleon/Plugin/CloudAction.html +0 -838
  277. data/rdoc/site/0.5.0/Nucleon/Plugin.html +0 -360
  278. data/rdoc/site/0.5.0/Nucleon/Template/Environment.html +0 -548
  279. data/rdoc/site/0.5.0/Nucleon/Template.html +0 -359
  280. data/rdoc/site/0.5.0/Nucleon.html +0 -387
  281. data/rdoc/site/0.5.0/Object.html +0 -378
  282. data/rdoc/site/0.5.0/Puppet/DataBinding/Corl.html +0 -365
  283. data/rdoc/site/0.5.0/Puppet/DataBinding.html +0 -358
  284. data/rdoc/site/0.5.0/Puppet/Indirector/Corl.html +0 -477
  285. data/rdoc/site/0.5.0/Puppet/Indirector.html +0 -358
  286. data/rdoc/site/0.5.0/Puppet/Parser/Functions.html +0 -500
  287. data/rdoc/site/0.5.0/Puppet/Parser.html +0 -358
  288. data/rdoc/site/0.5.0/Puppet.html +0 -358
  289. data/rdoc/site/0.5.0/README_rdoc.html +0 -360
  290. data/rdoc/site/0.5.0/Vagrant/Config/Loader.html +0 -419
  291. data/rdoc/site/0.5.0/Vagrant/Config.html +0 -359
  292. data/rdoc/site/0.5.0/Vagrant/Vagrantfile.html +0 -412
  293. data/rdoc/site/0.5.0/Vagrant.html +0 -366
  294. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/DeleteCache.html +0 -422
  295. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/InitKeys.html +0 -428
  296. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -426
  297. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Action.html +0 -361
  298. data/rdoc/site/0.5.0/VagrantPlugins/CORL/BaseAction.html +0 -511
  299. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Command/Launcher.html +0 -553
  300. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Command.html +0 -359
  301. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Config/CORL.html +0 -752
  302. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Config.html +0 -359
  303. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Plugin.html +0 -365
  304. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Provisioner/CORL.html +0 -556
  305. data/rdoc/site/0.5.0/VagrantPlugins/CORL/Provisioner.html +0 -359
  306. data/rdoc/site/0.5.0/VagrantPlugins/CORL.html +0 -366
  307. data/rdoc/site/0.5.0/VagrantPlugins.html +0 -366
  308. data/rdoc/site/0.5.0/created.rid +0 -103
  309. data/rdoc/site/0.5.0/images/add.png +0 -0
  310. data/rdoc/site/0.5.0/images/brick.png +0 -0
  311. data/rdoc/site/0.5.0/images/brick_link.png +0 -0
  312. data/rdoc/site/0.5.0/images/bug.png +0 -0
  313. data/rdoc/site/0.5.0/images/bullet_black.png +0 -0
  314. data/rdoc/site/0.5.0/images/bullet_toggle_minus.png +0 -0
  315. data/rdoc/site/0.5.0/images/bullet_toggle_plus.png +0 -0
  316. data/rdoc/site/0.5.0/images/date.png +0 -0
  317. data/rdoc/site/0.5.0/images/delete.png +0 -0
  318. data/rdoc/site/0.5.0/images/find.png +0 -0
  319. data/rdoc/site/0.5.0/images/loadingAnimation.gif +0 -0
  320. data/rdoc/site/0.5.0/images/macFFBgHack.png +0 -0
  321. data/rdoc/site/0.5.0/images/package.png +0 -0
  322. data/rdoc/site/0.5.0/images/page_green.png +0 -0
  323. data/rdoc/site/0.5.0/images/page_white_text.png +0 -0
  324. data/rdoc/site/0.5.0/images/page_white_width.png +0 -0
  325. data/rdoc/site/0.5.0/images/plugin.png +0 -0
  326. data/rdoc/site/0.5.0/images/ruby.png +0 -0
  327. data/rdoc/site/0.5.0/images/tag_blue.png +0 -0
  328. data/rdoc/site/0.5.0/images/tag_green.png +0 -0
  329. data/rdoc/site/0.5.0/images/transparent.png +0 -0
  330. data/rdoc/site/0.5.0/images/wrench.png +0 -0
  331. data/rdoc/site/0.5.0/images/wrench_orange.png +0 -0
  332. data/rdoc/site/0.5.0/images/zoom.png +0 -0
  333. data/rdoc/site/0.5.0/index.html +0 -359
  334. data/rdoc/site/0.5.0/js/darkfish.js +0 -155
  335. data/rdoc/site/0.5.0/js/jquery.js +0 -18
  336. data/rdoc/site/0.5.0/js/navigation.js +0 -142
  337. data/rdoc/site/0.5.0/js/search.js +0 -94
  338. data/rdoc/site/0.5.0/js/search_index.js +0 -1
  339. data/rdoc/site/0.5.0/js/searcher.js +0 -228
  340. data/rdoc/site/0.5.0/rdoc.css +0 -543
  341. data/rdoc/site/0.5.0/table_of_contents.html +0 -1797
  342. data/rdoc/site/0.5.1/CORL/Build.html +0 -781
  343. data/rdoc/site/0.5.1/CORL/Builder/Identity.html +0 -596
  344. data/rdoc/site/0.5.1/CORL/Builder/Package.html +0 -600
  345. data/rdoc/site/0.5.1/CORL/Builder.html +0 -384
  346. data/rdoc/site/0.5.1/CORL/Configuration/File.html +0 -1186
  347. data/rdoc/site/0.5.1/CORL/Configuration.html +0 -383
  348. data/rdoc/site/0.5.1/CORL/Errors.html +0 -383
  349. data/rdoc/site/0.5.1/CORL/Facade.html +0 -927
  350. data/rdoc/site/0.5.1/CORL/Machine/AWS.html +0 -777
  351. data/rdoc/site/0.5.1/CORL/Machine/Fog.html +0 -1313
  352. data/rdoc/site/0.5.1/CORL/Machine/Physical.html +0 -1083
  353. data/rdoc/site/0.5.1/CORL/Machine/Rackspace.html +0 -558
  354. data/rdoc/site/0.5.1/CORL/Machine/Vagrant.html +0 -1344
  355. data/rdoc/site/0.5.1/CORL/Machine.html +0 -387
  356. data/rdoc/site/0.5.1/CORL/Mixin/Action/Keypair.html +0 -616
  357. data/rdoc/site/0.5.1/CORL/Mixin/Action/Registration.html +0 -469
  358. data/rdoc/site/0.5.1/CORL/Mixin/Action.html +0 -384
  359. data/rdoc/site/0.5.1/CORL/Mixin/Builder/Global.html +0 -628
  360. data/rdoc/site/0.5.1/CORL/Mixin/Builder/Instance.html +0 -720
  361. data/rdoc/site/0.5.1/CORL/Mixin/Builder.html +0 -383
  362. data/rdoc/site/0.5.1/CORL/Mixin/Lookup.html +0 -1315
  363. data/rdoc/site/0.5.1/CORL/Mixin/Machine/SSH.html +0 -699
  364. data/rdoc/site/0.5.1/CORL/Mixin/Machine.html +0 -383
  365. data/rdoc/site/0.5.1/CORL/Mixin/Macro/NetworkSettings.html +0 -508
  366. data/rdoc/site/0.5.1/CORL/Mixin/Macro.html +0 -383
  367. data/rdoc/site/0.5.1/CORL/Mixin.html +0 -388
  368. data/rdoc/site/0.5.1/CORL/Network/CORL.html +0 -435
  369. data/rdoc/site/0.5.1/CORL/Network.html +0 -383
  370. data/rdoc/site/0.5.1/CORL/Node/AWS.html +0 -760
  371. data/rdoc/site/0.5.1/CORL/Node/Fog.html +0 -1268
  372. data/rdoc/site/0.5.1/CORL/Node/Local.html +0 -468
  373. data/rdoc/site/0.5.1/CORL/Node/Rackspace.html +0 -753
  374. data/rdoc/site/0.5.1/CORL/Node/Vagrant.html +0 -1497
  375. data/rdoc/site/0.5.1/CORL/Node.html +0 -387
  376. data/rdoc/site/0.5.1/CORL/Plugin/Builder.html +0 -524
  377. data/rdoc/site/0.5.1/CORL/Plugin/Configuration.html +0 -1294
  378. data/rdoc/site/0.5.1/CORL/Plugin/Machine.html +0 -1323
  379. data/rdoc/site/0.5.1/CORL/Plugin/Network.html +0 -1766
  380. data/rdoc/site/0.5.1/CORL/Plugin/Node.html +0 -4263
  381. data/rdoc/site/0.5.1/CORL/Plugin/Provisioner.html +0 -1139
  382. data/rdoc/site/0.5.1/CORL/Plugin.html +0 -673
  383. data/rdoc/site/0.5.1/CORL/Provisioner/Puppetnode.html +0 -1201
  384. data/rdoc/site/0.5.1/CORL/Provisioner.html +0 -383
  385. data/rdoc/site/0.5.1/CORL/Util/Puppet/Resource.html +0 -1082
  386. data/rdoc/site/0.5.1/CORL/Util/Puppet/ResourceGroup.html +0 -964
  387. data/rdoc/site/0.5.1/CORL/Util/Puppet.html +0 -1131
  388. data/rdoc/site/0.5.1/CORL/Util.html +0 -385
  389. data/rdoc/site/0.5.1/CORL/Vagrant/Config.html +0 -967
  390. data/rdoc/site/0.5.1/CORL/Vagrant.html +0 -462
  391. data/rdoc/site/0.5.1/CORL.html +0 -496
  392. data/rdoc/site/0.5.1/Fog/Compute/AWS/Server.html +0 -467
  393. data/rdoc/site/0.5.1/Fog/Compute/AWS.html +0 -389
  394. data/rdoc/site/0.5.1/Fog/Compute/RackspaceV2/Server.html +0 -452
  395. data/rdoc/site/0.5.1/Fog/Compute/RackspaceV2.html +0 -389
  396. data/rdoc/site/0.5.1/Fog/Compute.html +0 -384
  397. data/rdoc/site/0.5.1/Fog.html +0 -384
  398. data/rdoc/site/0.5.1/Hiera/Backend.html +0 -466
  399. data/rdoc/site/0.5.1/Hiera/Corl_logger.html +0 -493
  400. data/rdoc/site/0.5.1/Hiera.html +0 -390
  401. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Config.html +0 -978
  402. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Create.html +0 -562
  403. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Images.html +0 -596
  404. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Inspect.html +0 -567
  405. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Machines.html +0 -591
  406. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Regions.html +0 -591
  407. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Settings.html +0 -878
  408. data/rdoc/site/0.5.1/Nucleon/Action/Cloud/Vagrantfile.html +0 -539
  409. data/rdoc/site/0.5.1/Nucleon/Action/Cloud.html +0 -390
  410. data/rdoc/site/0.5.1/Nucleon/Action/Node/Authorize.html +0 -567
  411. data/rdoc/site/0.5.1/Nucleon/Action/Node/Bootstrap.html +0 -628
  412. data/rdoc/site/0.5.1/Nucleon/Action/Node/Build.html +0 -550
  413. data/rdoc/site/0.5.1/Nucleon/Action/Node/Cache.html +0 -773
  414. data/rdoc/site/0.5.1/Nucleon/Action/Node/Destroy.html +0 -597
  415. data/rdoc/site/0.5.1/Nucleon/Action/Node/Exec.html +0 -554
  416. data/rdoc/site/0.5.1/Nucleon/Action/Node/Fact.html +0 -733
  417. data/rdoc/site/0.5.1/Nucleon/Action/Node/Facts.html +0 -505
  418. data/rdoc/site/0.5.1/Nucleon/Action/Node/Group.html +0 -729
  419. data/rdoc/site/0.5.1/Nucleon/Action/Node/Groups.html +0 -505
  420. data/rdoc/site/0.5.1/Nucleon/Action/Node/IP.html +0 -477
  421. data/rdoc/site/0.5.1/Nucleon/Action/Node/Identity.html +0 -614
  422. data/rdoc/site/0.5.1/Nucleon/Action/Node/Image.html +0 -597
  423. data/rdoc/site/0.5.1/Nucleon/Action/Node/Keypair.html +0 -596
  424. data/rdoc/site/0.5.1/Nucleon/Action/Node/Lookup.html +0 -579
  425. data/rdoc/site/0.5.1/Nucleon/Action/Node/Provision.html +0 -577
  426. data/rdoc/site/0.5.1/Nucleon/Action/Node/Reboot.html +0 -597
  427. data/rdoc/site/0.5.1/Nucleon/Action/Node/Revoke.html +0 -565
  428. data/rdoc/site/0.5.1/Nucleon/Action/Node/SSH.html +0 -607
  429. data/rdoc/site/0.5.1/Nucleon/Action/Node/Seed.html +0 -626
  430. data/rdoc/site/0.5.1/Nucleon/Action/Node/Spawn.html +0 -699
  431. data/rdoc/site/0.5.1/Nucleon/Action/Node/Start.html +0 -597
  432. data/rdoc/site/0.5.1/Nucleon/Action/Node/Status.html +0 -615
  433. data/rdoc/site/0.5.1/Nucleon/Action/Node/Stop.html +0 -597
  434. data/rdoc/site/0.5.1/Nucleon/Action/Node.html +0 -406
  435. data/rdoc/site/0.5.1/Nucleon/Action/Plugin/Create.html +0 -736
  436. data/rdoc/site/0.5.1/Nucleon/Action/Plugin/List.html +0 -570
  437. data/rdoc/site/0.5.1/Nucleon/Action/Plugin.html +0 -384
  438. data/rdoc/site/0.5.1/Nucleon/Action/Plugins.html +0 -435
  439. data/rdoc/site/0.5.1/Nucleon/Action.html +0 -417
  440. data/rdoc/site/0.5.1/Nucleon/Config.html +0 -401
  441. data/rdoc/site/0.5.1/Nucleon/Event/Puppet.html +0 -717
  442. data/rdoc/site/0.5.1/Nucleon/Event.html +0 -383
  443. data/rdoc/site/0.5.1/Nucleon/Plugin/Base.html +0 -389
  444. data/rdoc/site/0.5.1/Nucleon/Plugin/CloudAction.html +0 -894
  445. data/rdoc/site/0.5.1/Nucleon/Plugin.html +0 -384
  446. data/rdoc/site/0.5.1/Nucleon/Template/Environment.html +0 -572
  447. data/rdoc/site/0.5.1/Nucleon/Template.html +0 -383
  448. data/rdoc/site/0.5.1/Nucleon.html +0 -421
  449. data/rdoc/site/0.5.1/Object.html +0 -402
  450. data/rdoc/site/0.5.1/Puppet/DataBinding/Corl.html +0 -389
  451. data/rdoc/site/0.5.1/Puppet/DataBinding.html +0 -382
  452. data/rdoc/site/0.5.1/Puppet/Indirector/Corl.html +0 -501
  453. data/rdoc/site/0.5.1/Puppet/Indirector.html +0 -382
  454. data/rdoc/site/0.5.1/Puppet/Parser/Functions.html +0 -524
  455. data/rdoc/site/0.5.1/Puppet/Parser.html +0 -382
  456. data/rdoc/site/0.5.1/Puppet.html +0 -382
  457. data/rdoc/site/0.5.1/README_rdoc.html +0 -384
  458. data/rdoc/site/0.5.1/Vagrant/Config/Loader.html +0 -443
  459. data/rdoc/site/0.5.1/Vagrant/Config.html +0 -383
  460. data/rdoc/site/0.5.1/Vagrant/Vagrantfile.html +0 -436
  461. data/rdoc/site/0.5.1/Vagrant.html +0 -390
  462. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/DeleteCache.html +0 -446
  463. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/InitKeys.html +0 -452
  464. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action/LinkNetwork.html +0 -450
  465. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Action.html +0 -385
  466. data/rdoc/site/0.5.1/VagrantPlugins/CORL/BaseAction.html +0 -535
  467. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Command/Launcher.html +0 -577
  468. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Command.html +0 -383
  469. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Config/CORL.html +0 -776
  470. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Config.html +0 -383
  471. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Plugin.html +0 -389
  472. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Provisioner/CORL.html +0 -580
  473. data/rdoc/site/0.5.1/VagrantPlugins/CORL/Provisioner.html +0 -383
  474. data/rdoc/site/0.5.1/VagrantPlugins/CORL.html +0 -390
  475. data/rdoc/site/0.5.1/VagrantPlugins.html +0 -390
  476. data/rdoc/site/0.5.1/created.rid +0 -114
  477. data/rdoc/site/0.5.1/images/add.png +0 -0
  478. data/rdoc/site/0.5.1/images/brick.png +0 -0
  479. data/rdoc/site/0.5.1/images/brick_link.png +0 -0
  480. data/rdoc/site/0.5.1/images/bug.png +0 -0
  481. data/rdoc/site/0.5.1/images/bullet_black.png +0 -0
  482. data/rdoc/site/0.5.1/images/bullet_toggle_minus.png +0 -0
  483. data/rdoc/site/0.5.1/images/bullet_toggle_plus.png +0 -0
  484. data/rdoc/site/0.5.1/images/date.png +0 -0
  485. data/rdoc/site/0.5.1/images/delete.png +0 -0
  486. data/rdoc/site/0.5.1/images/find.png +0 -0
  487. data/rdoc/site/0.5.1/images/loadingAnimation.gif +0 -0
  488. data/rdoc/site/0.5.1/images/macFFBgHack.png +0 -0
  489. data/rdoc/site/0.5.1/images/package.png +0 -0
  490. data/rdoc/site/0.5.1/images/page_green.png +0 -0
  491. data/rdoc/site/0.5.1/images/page_white_text.png +0 -0
  492. data/rdoc/site/0.5.1/images/page_white_width.png +0 -0
  493. data/rdoc/site/0.5.1/images/plugin.png +0 -0
  494. data/rdoc/site/0.5.1/images/ruby.png +0 -0
  495. data/rdoc/site/0.5.1/images/tag_blue.png +0 -0
  496. data/rdoc/site/0.5.1/images/tag_green.png +0 -0
  497. data/rdoc/site/0.5.1/images/transparent.png +0 -0
  498. data/rdoc/site/0.5.1/images/wrench.png +0 -0
  499. data/rdoc/site/0.5.1/images/wrench_orange.png +0 -0
  500. data/rdoc/site/0.5.1/images/zoom.png +0 -0
  501. data/rdoc/site/0.5.1/index.html +0 -383
  502. data/rdoc/site/0.5.1/js/darkfish.js +0 -155
  503. data/rdoc/site/0.5.1/js/jquery.js +0 -18
  504. data/rdoc/site/0.5.1/js/navigation.js +0 -142
  505. data/rdoc/site/0.5.1/js/search.js +0 -94
  506. data/rdoc/site/0.5.1/js/search_index.js +0 -1
  507. data/rdoc/site/0.5.1/js/searcher.js +0 -228
  508. data/rdoc/site/0.5.1/rdoc.css +0 -543
  509. data/rdoc/site/0.5.1/table_of_contents.html +0 -2005
  510. data/spec/corl_mock_input.rb +0 -29
  511. data/spec/corl_test_kernel.rb +0 -22
@@ -1,346 +0,0 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
6
-
7
- <title>module VagrantPlugins - corl 0.4.29</title>
8
-
9
- <link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet">
10
-
11
- <script type="text/javascript">
12
- var rdoc_rel_prefix = "./";
13
- </script>
14
-
15
- <script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
16
- <script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
17
- <script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
18
- <script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
19
- <script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
20
- <script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
21
-
22
-
23
- <body id="top" class="module">
24
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="./index.html">Home</a>
28
- <a href="./table_of_contents.html#classes">Classes</a>
29
- <a href="./table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
- <div id="file-metadata">
47
- <nav id="file-list-section" class="section">
48
- <h3 class="section-header">Defined In</h3>
49
- <ul>
50
- <li>lib/core/vagrant/action.rb
51
- <li>lib/core/vagrant/actions/delete_cache.rb
52
- <li>lib/core/vagrant/actions/init_keys.rb
53
- <li>lib/core/vagrant/actions/link_network.rb
54
- <li>lib/core/vagrant/commands/launcher.rb
55
- <li>lib/core/vagrant/plugins.rb
56
- <li>lib/core/vagrant/provisioner/config.rb
57
- <li>lib/core/vagrant/provisioner/provisioner.rb
58
- </ul>
59
- </nav>
60
-
61
-
62
- </div>
63
-
64
- <div id="class-metadata">
65
-
66
-
67
-
68
-
69
- </div>
70
-
71
- <div id="project-metadata">
72
- <nav id="fileindex-section" class="section project-section">
73
- <h3 class="section-header">Pages</h3>
74
-
75
- <ul>
76
-
77
- <li class="file"><a href="./README_rdoc.html">README</a>
78
-
79
- </ul>
80
- </nav>
81
-
82
- <nav id="classindex-section" class="section project-section">
83
- <h3 class="section-header">Class and Module Index</h3>
84
-
85
- <ul class="link-list">
86
-
87
- <li><a href="./CORL.html">CORL</a>
88
-
89
- <li><a href="./CORL/Action.html">CORL::Action</a>
90
-
91
- <li><a href="./CORL/Action/Authorize.html">CORL::Action::Authorize</a>
92
-
93
- <li><a href="./CORL/Action/Bootstrap.html">CORL::Action::Bootstrap</a>
94
-
95
- <li><a href="./CORL/Action/Build.html">CORL::Action::Build</a>
96
-
97
- <li><a href="./CORL/Action/Destroy.html">CORL::Action::Destroy</a>
98
-
99
- <li><a href="./CORL/Action/Exec.html">CORL::Action::Exec</a>
100
-
101
- <li><a href="./CORL/Action/Facts.html">CORL::Action::Facts</a>
102
-
103
- <li><a href="./CORL/Action/Image.html">CORL::Action::Image</a>
104
-
105
- <li><a href="./CORL/Action/Images.html">CORL::Action::Images</a>
106
-
107
- <li><a href="./CORL/Action/Ip.html">CORL::Action::Ip</a>
108
-
109
- <li><a href="./CORL/Action/Keypair.html">CORL::Action::Keypair</a>
110
-
111
- <li><a href="./CORL/Action/Lookup.html">CORL::Action::Lookup</a>
112
-
113
- <li><a href="./CORL/Action/Machines.html">CORL::Action::Machines</a>
114
-
115
- <li><a href="./CORL/Action/Provision.html">CORL::Action::Provision</a>
116
-
117
- <li><a href="./CORL/Action/Reboot.html">CORL::Action::Reboot</a>
118
-
119
- <li><a href="./CORL/Action/Regions.html">CORL::Action::Regions</a>
120
-
121
- <li><a href="./CORL/Action/Revoke.html">CORL::Action::Revoke</a>
122
-
123
- <li><a href="./CORL/Action/Seed.html">CORL::Action::Seed</a>
124
-
125
- <li><a href="./CORL/Action/Spawn.html">CORL::Action::Spawn</a>
126
-
127
- <li><a href="./CORL/Action/Ssh.html">CORL::Action::Ssh</a>
128
-
129
- <li><a href="./CORL/Action/Start.html">CORL::Action::Start</a>
130
-
131
- <li><a href="./CORL/Action/Stop.html">CORL::Action::Stop</a>
132
-
133
- <li><a href="./CORL/Action/Vagrantfile.html">CORL::Action::Vagrantfile</a>
134
-
135
- <li><a href="./CORL/Configuration.html">CORL::Configuration</a>
136
-
137
- <li><a href="./CORL/Configuration/File.html">CORL::Configuration::File</a>
138
-
139
- <li><a href="./CORL/Errors.html">CORL::Errors</a>
140
-
141
- <li><a href="./CORL/Event.html">CORL::Event</a>
142
-
143
- <li><a href="./CORL/Event/Puppet.html">CORL::Event::Puppet</a>
144
-
145
- <li><a href="./CORL/Facade.html">CORL::Facade</a>
146
-
147
- <li><a href="./CORL/Machine.html">CORL::Machine</a>
148
-
149
- <li><a href="./CORL/Machine/Aws.html">CORL::Machine::Aws</a>
150
-
151
- <li><a href="./CORL/Machine/Fog.html">CORL::Machine::Fog</a>
152
-
153
- <li><a href="./CORL/Machine/Physical.html">CORL::Machine::Physical</a>
154
-
155
- <li><a href="./CORL/Machine/Rackspace.html">CORL::Machine::Rackspace</a>
156
-
157
- <li><a href="./CORL/Machine/Vagrant.html">CORL::Machine::Vagrant</a>
158
-
159
- <li><a href="./CORL/Mixin.html">CORL::Mixin</a>
160
-
161
- <li><a href="./CORL/Mixin/Action.html">CORL::Mixin::Action</a>
162
-
163
- <li><a href="./CORL/Mixin/Action/Keypair.html">CORL::Mixin::Action::Keypair</a>
164
-
165
- <li><a href="./CORL/Mixin/Lookup.html">CORL::Mixin::Lookup</a>
166
-
167
- <li><a href="./CORL/Mixin/Machine.html">CORL::Mixin::Machine</a>
168
-
169
- <li><a href="./CORL/Mixin/Machine/SSH.html">CORL::Mixin::Machine::SSH</a>
170
-
171
- <li><a href="./CORL/Mixin/Macro.html">CORL::Mixin::Macro</a>
172
-
173
- <li><a href="./CORL/Mixin/Macro/NetworkSettings.html">CORL::Mixin::Macro::NetworkSettings</a>
174
-
175
- <li><a href="./CORL/Network.html">CORL::Network</a>
176
-
177
- <li><a href="./CORL/Network/Default.html">CORL::Network::Default</a>
178
-
179
- <li><a href="./CORL/Node.html">CORL::Node</a>
180
-
181
- <li><a href="./CORL/Node/Aws.html">CORL::Node::Aws</a>
182
-
183
- <li><a href="./CORL/Node/Fog.html">CORL::Node::Fog</a>
184
-
185
- <li><a href="./CORL/Node/Local.html">CORL::Node::Local</a>
186
-
187
- <li><a href="./CORL/Node/Rackspace.html">CORL::Node::Rackspace</a>
188
-
189
- <li><a href="./CORL/Node/Vagrant.html">CORL::Node::Vagrant</a>
190
-
191
- <li><a href="./CORL/Plugin.html">CORL::Plugin</a>
192
-
193
- <li><a href="./CORL/Plugin/CloudAction.html">CORL::Plugin::CloudAction</a>
194
-
195
- <li><a href="./CORL/Provisioner.html">CORL::Provisioner</a>
196
-
197
- <li><a href="./CORL/Provisioner/Puppetnode.html">CORL::Provisioner::Puppetnode</a>
198
-
199
- <li><a href="./CORL/Template.html">CORL::Template</a>
200
-
201
- <li><a href="./CORL/Template/Environment.html">CORL::Template::Environment</a>
202
-
203
- <li><a href="./CORL/Util.html">CORL::Util</a>
204
-
205
- <li><a href="./CORL/Util/Puppet.html">CORL::Util::Puppet</a>
206
-
207
- <li><a href="./CORL/Util/Puppet/Resource.html">CORL::Util::Puppet::Resource</a>
208
-
209
- <li><a href="./CORL/Util/Puppet/ResourceGroup.html">CORL::Util::Puppet::ResourceGroup</a>
210
-
211
- <li><a href="./CORL/Vagrant.html">CORL::Vagrant</a>
212
-
213
- <li><a href="./CORL/Vagrant/Config.html">CORL::Vagrant::Config</a>
214
-
215
- <li><a href="./VagrantPlugins.html">VagrantPlugins</a>
216
-
217
- <li><a href="./VagrantPlugins/CORL.html">VagrantPlugins::CORL</a>
218
-
219
- <li><a href="./VagrantPlugins/CORL/Action.html">VagrantPlugins::CORL::Action</a>
220
-
221
- <li><a href="./VagrantPlugins/CORL/Action/DeleteCache.html">VagrantPlugins::CORL::Action::DeleteCache</a>
222
-
223
- <li><a href="./VagrantPlugins/CORL/Action/InitKeys.html">VagrantPlugins::CORL::Action::InitKeys</a>
224
-
225
- <li><a href="./VagrantPlugins/CORL/Action/LinkNetwork.html">VagrantPlugins::CORL::Action::LinkNetwork</a>
226
-
227
- <li><a href="./VagrantPlugins/CORL/BaseAction.html">VagrantPlugins::CORL::BaseAction</a>
228
-
229
- <li><a href="./VagrantPlugins/CORL/Command.html">VagrantPlugins::CORL::Command</a>
230
-
231
- <li><a href="./VagrantPlugins/CORL/Command/Launcher.html">VagrantPlugins::CORL::Command::Launcher</a>
232
-
233
- <li><a href="./VagrantPlugins/CORL/Config.html">VagrantPlugins::CORL::Config</a>
234
-
235
- <li><a href="./VagrantPlugins/CORL/Config/CORL.html">VagrantPlugins::CORL::Config::CORL</a>
236
-
237
- <li><a href="./VagrantPlugins/CORL/Plugin.html">VagrantPlugins::CORL::Plugin</a>
238
-
239
- <li><a href="./VagrantPlugins/CORL/Provisioner.html">VagrantPlugins::CORL::Provisioner</a>
240
-
241
- <li><a href="./VagrantPlugins/CORL/Provisioner/CORL.html">VagrantPlugins::CORL::Provisioner::CORL</a>
242
-
243
- <li><a href="./Nucleon.html">Nucleon</a>
244
-
245
- <li><a href="./Nucleon/Config.html">Nucleon::Config</a>
246
-
247
- <li><a href="./Nucleon/Plugin.html">Nucleon::Plugin</a>
248
-
249
- <li><a href="./Nucleon/Plugin/Base.html">Nucleon::Plugin::Base</a>
250
-
251
- <li><a href="./Nucleon/Plugin/Configuration.html">Nucleon::Plugin::Configuration</a>
252
-
253
- <li><a href="./Nucleon/Plugin/Machine.html">Nucleon::Plugin::Machine</a>
254
-
255
- <li><a href="./Nucleon/Plugin/Network.html">Nucleon::Plugin::Network</a>
256
-
257
- <li><a href="./Nucleon/Plugin/Node.html">Nucleon::Plugin::Node</a>
258
-
259
- <li><a href="./Nucleon/Plugin/Provisioner.html">Nucleon::Plugin::Provisioner</a>
260
-
261
- <li><a href="./Puppet.html">Puppet</a>
262
-
263
- <li><a href="./Puppet/DataBinding.html">Puppet::DataBinding</a>
264
-
265
- <li><a href="./Puppet/DataBinding/Corl.html">Puppet::DataBinding::Corl</a>
266
-
267
- <li><a href="./Puppet/Indirector.html">Puppet::Indirector</a>
268
-
269
- <li><a href="./Puppet/Indirector/Corl.html">Puppet::Indirector::Corl</a>
270
-
271
- <li><a href="./Puppet/Parser.html">Puppet::Parser</a>
272
-
273
- <li><a href="./Puppet/Parser/Functions.html">Puppet::Parser::Functions</a>
274
-
275
- <li><a href="./Fog.html">Fog</a>
276
-
277
- <li><a href="./Fog/Compute.html">Fog::Compute</a>
278
-
279
- <li><a href="./Fog/Compute/AWS.html">Fog::Compute::AWS</a>
280
-
281
- <li><a href="./Fog/Compute/AWS/Server.html">Fog::Compute::AWS::Server</a>
282
-
283
- <li><a href="./Fog/Compute/RackspaceV2.html">Fog::Compute::RackspaceV2</a>
284
-
285
- <li><a href="./Fog/Compute/RackspaceV2/Server.html">Fog::Compute::RackspaceV2::Server</a>
286
-
287
- <li><a href="./Vagrant.html">Vagrant</a>
288
-
289
- <li><a href="./Vagrant/Config.html">Vagrant::Config</a>
290
-
291
- <li><a href="./Vagrant/Config/Loader.html">Vagrant::Config::Loader</a>
292
-
293
- <li><a href="./Vagrant/Vagrantfile.html">Vagrant::Vagrantfile</a>
294
-
295
- <li><a href="./Facter.html">Facter</a>
296
-
297
- <li><a href="./Facter/Util.html">Facter::Util</a>
298
-
299
- <li><a href="./Facter/Util/Loader.html">Facter::Util::Loader</a>
300
-
301
- <li><a href="./Hiera.html">Hiera</a>
302
-
303
- <li><a href="./Hiera/Backend.html">Hiera::Backend</a>
304
-
305
- <li><a href="./Hiera/Corl_logger.html">Hiera::Corl_logger</a>
306
-
307
- <li><a href="./Object.html">Object</a>
308
-
309
- </ul>
310
- </nav>
311
-
312
- </div>
313
- </nav>
314
-
315
- <div id="documentation">
316
- <h1 class="module">module VagrantPlugins</h1>
317
-
318
- <div id="description" class="description">
319
-
320
- </div><!-- description -->
321
-
322
-
323
-
324
-
325
- <section id="5Buntitled-5D" class="documentation-section">
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
- <!-- Methods -->
335
-
336
- </section><!-- 5Buntitled-5D -->
337
-
338
- </div><!-- documentation -->
339
-
340
-
341
- <footer id="validator-badges">
342
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
343
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.2.
344
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
345
- </footer>
346
-
@@ -1,96 +0,0 @@
1
- Wed, 21 May 2014 16:35:19 -0400
2
- README.rdoc Tue, 20 May 2014 18:16:38 -0400
3
- lib/CORL/action/authorize.rb Tue, 13 May 2014 19:00:45 -0400
4
- lib/CORL/action/bootstrap.rb Fri, 04 Apr 2014 19:42:44 -0400
5
- lib/CORL/action/build.rb Fri, 04 Apr 2014 19:43:52 -0400
6
- lib/CORL/action/destroy.rb Fri, 04 Apr 2014 19:44:28 -0400
7
- lib/CORL/action/exec.rb Fri, 04 Apr 2014 19:45:29 -0400
8
- lib/CORL/action/facts.rb Fri, 16 May 2014 01:25:29 -0400
9
- lib/CORL/action/image.rb Fri, 04 Apr 2014 19:46:27 -0400
10
- lib/CORL/action/images.rb Fri, 04 Apr 2014 19:49:55 -0400
11
- lib/CORL/action/ip.rb Fri, 04 Apr 2014 19:47:10 -0400
12
- lib/CORL/action/keypair.rb Thu, 20 Mar 2014 16:11:09 -0400
13
- lib/CORL/action/lookup.rb Fri, 16 May 2014 01:31:08 -0400
14
- lib/CORL/action/machines.rb Fri, 04 Apr 2014 19:50:42 -0400
15
- lib/CORL/action/provision.rb Fri, 04 Apr 2014 19:51:43 -0400
16
- lib/CORL/action/reboot.rb Tue, 08 Apr 2014 21:36:50 -0400
17
- lib/CORL/action/regions.rb Fri, 04 Apr 2014 19:55:20 -0400
18
- lib/CORL/action/revoke.rb Tue, 13 May 2014 19:15:38 -0400
19
- lib/CORL/action/seed.rb Wed, 23 Apr 2014 17:53:26 -0400
20
- lib/CORL/action/spawn.rb Wed, 23 Apr 2014 18:03:42 -0400
21
- lib/CORL/action/ssh.rb Fri, 04 Apr 2014 19:58:21 -0400
22
- lib/CORL/action/start.rb Fri, 04 Apr 2014 19:59:04 -0400
23
- lib/CORL/action/stop.rb Fri, 04 Apr 2014 19:59:42 -0400
24
- lib/CORL/action/vagrantfile.rb Fri, 04 Apr 2014 20:00:34 -0400
25
- lib/CORL/configuration/file.rb Thu, 24 Apr 2014 04:37:03 -0400
26
- lib/CORL/event/puppet.rb Tue, 25 Feb 2014 02:38:49 -0500
27
- lib/CORL/machine/aws.rb Wed, 05 Mar 2014 00:09:19 -0500
28
- lib/CORL/machine/physical.rb Sat, 29 Mar 2014 03:15:32 -0400
29
- lib/CORL/machine/rackspace.rb Sat, 22 Mar 2014 21:19:14 -0400
30
- lib/CORL/machine/vagrant.rb Mon, 28 Apr 2014 01:20:34 -0400
31
- lib/CORL/network/default.rb Tue, 25 Feb 2014 02:39:42 -0500
32
- lib/CORL/node/aws.rb Tue, 04 Mar 2014 22:45:32 -0500
33
- lib/CORL/node/local.rb Sun, 30 Mar 2014 00:50:23 -0400
34
- lib/CORL/node/rackspace.rb Sun, 02 Mar 2014 00:18:40 -0500
35
- lib/CORL/node/vagrant.rb Thu, 24 Apr 2014 05:08:51 -0400
36
- lib/CORL/provisioner/puppetnode.rb Wed, 21 May 2014 16:04:58 -0400
37
- lib/CORL/template/environment.rb Fri, 21 Feb 2014 06:34:55 -0500
38
- lib/core/errors.rb Thu, 27 Feb 2014 19:25:22 -0500
39
- lib/core/facade.rb Wed, 14 May 2014 23:34:05 -0400
40
- lib/core/mixin/action/keypair.rb Thu, 20 Mar 2014 15:50:52 -0400
41
- lib/core/mixin/lookup.rb Wed, 21 May 2014 04:04:10 -0400
42
- lib/core/mixin/machine/ssh.rb Tue, 29 Apr 2014 21:17:52 -0400
43
- lib/core/mixin/macro/network_settings.rb Fri, 16 May 2014 00:59:41 -0400
44
- lib/core/mod/facter_loader.rb Mon, 14 Apr 2014 00:02:01 -0400
45
- lib/core/mod/fog_aws_server.rb Mon, 28 Apr 2014 03:00:40 -0400
46
- lib/core/mod/fog_rackspace_server.rb Mon, 28 Apr 2014 02:52:27 -0400
47
- lib/core/mod/hiera_backend.rb Mon, 14 Apr 2014 00:02:01 -0400
48
- lib/core/plugin/action.rb Wed, 09 Apr 2014 18:13:25 -0400
49
- lib/core/plugin/configuration.rb Thu, 24 Apr 2014 16:54:07 -0400
50
- lib/core/plugin/fog_machine.rb Tue, 29 Apr 2014 21:19:47 -0400
51
- lib/core/plugin/fog_node.rb Sun, 30 Mar 2014 00:48:20 -0400
52
- lib/core/plugin/machine.rb Mon, 28 Apr 2014 01:12:10 -0400
53
- lib/core/plugin/network.rb Wed, 14 May 2014 19:26:17 -0400
54
- lib/core/plugin/node.rb Fri, 16 May 2014 01:02:25 -0400
55
- lib/core/plugin/provisioner.rb Sun, 27 Apr 2014 00:06:09 -0400
56
- lib/core/util/puppet.rb Mon, 28 Apr 2014 21:52:13 -0400
57
- lib/core/util/puppet/resource.rb Fri, 21 Mar 2014 23:40:37 -0400
58
- lib/core/util/puppet/resource_group.rb Thu, 01 May 2014 17:53:03 -0400
59
- lib/core/vagrant/action.rb Mon, 28 Apr 2014 03:31:12 -0400
60
- lib/core/vagrant/actions/delete_cache.rb Sun, 27 Apr 2014 00:03:20 -0400
61
- lib/core/vagrant/actions/init_keys.rb Fri, 16 May 2014 17:34:08 -0400
62
- lib/core/vagrant/actions/link_network.rb Thu, 15 May 2014 16:39:58 -0400
63
- lib/core/vagrant/commands/launcher.rb Fri, 02 May 2014 05:22:35 -0400
64
- lib/core/vagrant/config.rb Mon, 19 May 2014 15:10:55 -0400
65
- lib/core/vagrant/plugins.rb Thu, 15 May 2014 16:39:14 -0400
66
- lib/core/vagrant/provisioner/config.rb Mon, 28 Apr 2014 05:00:37 -0400
67
- lib/core/vagrant/provisioner/provisioner.rb Mon, 19 May 2014 15:11:28 -0400
68
- lib/corl.rb Mon, 28 Apr 2014 01:41:34 -0400
69
- lib/facter/corl_build.rb Sat, 08 Mar 2014 17:28:18 -0500
70
- lib/facter/corl_config_ready.rb Wed, 19 Feb 2014 20:55:10 -0500
71
- lib/facter/corl_network.rb Sat, 08 Mar 2014 15:09:15 -0500
72
- lib/facter/custom_facts.rb Wed, 14 May 2014 19:26:06 -0400
73
- lib/facter/vagrant_exists.rb Thu, 06 Mar 2014 12:32:57 -0500
74
- lib/hiera/corl_logger.rb Fri, 14 Mar 2014 23:01:32 -0400
75
- lib/puppet/indirector/corl.rb Tue, 18 Mar 2014 19:33:35 -0400
76
- lib/puppet/indirector/data_binding/corl.rb Sun, 16 Mar 2014 16:11:48 -0400
77
- lib/puppet/parser/functions/corl_include.rb Tue, 18 Mar 2014 19:46:58 -0400
78
- lib/puppet/parser/functions/corl_initialize.rb Mon, 17 Mar 2014 19:39:16 -0400
79
- lib/puppet/parser/functions/corl_merge.rb Sat, 15 Mar 2014 02:31:29 -0400
80
- lib/puppet/parser/functions/corl_resources.rb Fri, 21 Mar 2014 00:48:45 -0400
81
- lib/puppet/parser/functions/ensure.rb Sat, 22 Feb 2014 18:50:19 -0500
82
- lib/puppet/parser/functions/file_exists.rb Thu, 20 Mar 2014 19:33:19 -0400
83
- lib/puppet/parser/functions/global_array.rb Tue, 18 Mar 2014 19:28:54 -0400
84
- lib/puppet/parser/functions/global_hash.rb Tue, 18 Mar 2014 19:29:18 -0400
85
- lib/puppet/parser/functions/global_options.rb Wed, 19 Feb 2014 21:06:06 -0500
86
- lib/puppet/parser/functions/global_param.rb Tue, 18 Mar 2014 19:57:48 -0400
87
- lib/puppet/parser/functions/interpolate.rb Tue, 18 Mar 2014 21:08:26 -0400
88
- lib/puppet/parser/functions/is_false.rb Wed, 19 Feb 2014 21:06:29 -0500
89
- lib/puppet/parser/functions/is_true.rb Wed, 19 Feb 2014 21:06:50 -0500
90
- lib/puppet/parser/functions/module_array.rb Tue, 18 Mar 2014 19:30:28 -0400
91
- lib/puppet/parser/functions/module_hash.rb Tue, 18 Mar 2014 19:31:23 -0400
92
- lib/puppet/parser/functions/module_options.rb Tue, 18 Mar 2014 00:54:36 -0400
93
- lib/puppet/parser/functions/module_param.rb Tue, 18 Mar 2014 19:53:11 -0400
94
- lib/puppet/parser/functions/name.rb Fri, 14 Mar 2014 19:13:20 -0400
95
- lib/puppet/parser/functions/render.rb Mon, 14 Apr 2014 00:02:01 -0400
96
- lib/puppet/parser/functions/value.rb Wed, 19 Feb 2014 21:07:34 -0500
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file