vagrant-dsl 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -1
- data/lib/vagrant/dsl/version.rb +1 -1
- data/lib/vagrant/dsl.rb +1 -0
- metadata +1 -1
data/README.md
CHANGED
@@ -103,7 +103,8 @@ The `configure` method is basically what you would normally put in your
|
|
103
103
|
`Vagrantfile`. If you don't like the block form or would rather use a corpus of
|
104
104
|
pre-generated content, it also accepts a string.
|
105
105
|
|
106
|
-
|
106
|
+
`vagrant_prison` will return a `Vagrant::Prison` object, which you can manipulate
|
107
|
+
further. See the docs for
|
107
108
|
[Vagrant::Prison](http://rubydoc.info/gems/vagrant-prison/0.0.1/frames) for
|
108
109
|
more information.
|
109
110
|
|
data/lib/vagrant/dsl/version.rb
CHANGED
data/lib/vagrant/dsl.rb
CHANGED