diff options
author | varac <varacanero@zeromail.org> | 2015-12-07 14:36:48 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-12-07 14:36:48 +0100 |
commit | bf4daa73b11fe7d7db49a6f863d8e850288c57e8 (patch) | |
tree | b3a5e95da37a680240b547be797ff4f9b4cefabb | |
parent | a70c52c1d4f399c22fa6c71289031350a1da44b5 (diff) | |
download | puppet-apt-bf4daa73b11fe7d7db49a6f863d8e850288c57e8.tar.gz puppet-apt-bf4daa73b11fe7d7db49a6f863d8e850288c57e8.tar.bz2 |
[docs] Add test docs how to use custom facter/puppet version
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ========= |