Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
(FACT-2569) print facter version and version in puppet facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Filipovici committed May 6, 2020
1 parent 3df86f1 commit 3ffb366
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/presuite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ $puppet_gem_command install -f facter-ng-*.gem
cd /opt/puppetlabs/puppet/bin
mv facter-ng facter

printf "\nFacter version\n\n"
facter --version

printf "\Puppet facts facter version\n\n"
puppet facts | grep facterversion

printf '\nBeaker tests\n\n'
cd $cwd/$FACTER_3_ROOT/acceptance
beaker exec tests --test-tag-exclude=server,facter_3 --test-tag-or=risk:high,audit:high 2>&1

0 comments on commit 3ffb366

Please sign in to comment.