We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa63549 commit 70490b3Copy full SHA for 70490b3
README.rst
@@ -176,7 +176,6 @@ You can export pillar data for use during provisioning by using the ``pillar``
176
command. Each call will merge the data so you can safely call it multiple
177
times. Here is an example:
178
179
-```ruby
180
config.vm.provision :salt do |salt|
181
182
# Export hostnames for webserver config
@@ -198,7 +197,6 @@ times. Here is an example:
198
197
salt.run_highstate = true
199
200
end
201
-```
202
203
Using Remote Salt Master
204
------------------------
0 commit comments