aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-07 14:36:48 +0100
committervarac <varacanero@zeromail.org>2015-12-07 14:36:48 +0100
commitbf4daa73b11fe7d7db49a6f863d8e850288c57e8 (patch)
treeb3a5e95da37a680240b547be797ff4f9b4cefabb
parenta70c52c1d4f399c22fa6c71289031350a1da44b5 (diff)
downloadpuppet-apt-bf4daa73b11fe7d7db49a6f863d8e850288c57e8.tar.gz
puppet-apt-bf4daa73b11fe7d7db49a6f863d8e850288c57e8.tar.bz2
[docs] Add test docs how to use custom facter/puppet version
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index e08cc5b..410201d 100644
--- a/README
+++ b/README
@@ -576,6 +576,10 @@ To run pupept rspec tests:
bundle install --path vendor/bundle
bundle exec rake spec
+Using different facter/puppet versions:
+
+ FACTER_GEM_VERSION=1.6.10 PUPPET_GEM_VERSION=2.7.23 bundle install --path vendor/bundle
+ bundle exec rake spec
Licensing
=========