Skip to content

Commit

Permalink
Merge pull request #190 from bastelfreak/cleanup
Browse files Browse the repository at this point in the history
get_facts.sh: Ignore facter 1.X/2.x
  • Loading branch information
bastelfreak authored Oct 8, 2021
2 parents ef7dec7 + 53ae69a commit e560d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facts/get_facts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ else
fi
bundle install --path vendor/bundler

for version in 1.6.0 1.7.0 2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 4.0.0 4.1.0 4.2.0; do
for version in 4.0.0 4.1.0 4.2.0; do
FACTER_GEM_VERSION="~> ${version}" bundle update

# This is another workaround for shared folder on FreeBSD. "Accessing"
Expand Down

0 comments on commit e560d07

Please sign in to comment.