summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTech SOGEECOM <tech@sogeecom.org>2016-06-29 13:55:29 -0400
committerTech SOGEECOM <tech@sogeecom.org>2016-06-29 13:55:29 -0400
commit5a7336ad479ce98877b80f901863f253c0b74a1d (patch)
tree440d92cfd8e85dd5c3042d5c409145640f168352 /README.md
parent419f9e460113d31e0d3d7c95ede5e41e7918d2bf (diff)
fix formatting errors
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 940e533..a77026f 100644
--- a/README.md
+++ b/README.md
@@ -642,7 +642,7 @@ To run pupept rspec tests:
Verbose Output:
- bundle exec rake spec SPEC_OPTS='--format documentation'
+ bundle exec rake spec SPEC_OPTS='--format documentation'
Using different facter/puppet versions:
@@ -657,15 +657,15 @@ Be sure to have a recent docker version installed.
List configured nodesets:
- bundle exec rake beaker_nodes
+ bundle exec rake beaker_nodes
Run tests on default node (Debian Jessie):
- bundle exec rake beaker
+ bundle exec rake beaker
Run different nodeset:
- BEAKER_set="debian-8-x86_64-docker" bundle exec rspec spec/acceptance/*_spec.rb
+ BEAKER_set="debian-8-x86_64-docker" bundle exec rspec spec/acceptance/*_spec.rb
# Licensing<a name="licensing"></a>
@@ -677,4 +677,3 @@ The GPL version 3 license text can be found in the "LICENSE" file accompanying
this puppet module, or at the following URL:
http://www.gnu.org/licenses/gpl-3.0.html
-