Skip to content

Commit

Permalink
add missing rubygem-bundler package for FreeBSD
Browse files Browse the repository at this point in the history
This package provides bundle tools
  • Loading branch information
olevole committed Jul 10, 2019
1 parent ae7aa33 commit d2db924
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 @@ -105,7 +105,7 @@ case "${osfamily}" in
;;
'FreeBSD')
pkg update
pkg install -y sysutils/puppet5 sysutils/facter
pkg install -y sysutils/puppet5 sysutils/facter sysutils/rubygem-bundler
output_file="/vagrant/$(facter --version | cut -d. -f1,2)/$(facter operatingsystem | tr '[:upper:]' '[:lower:]')-$(facter operatingsystemmajrelease)-$(facter hardwaremodel).facts"
mkdir -p $(dirname ${output_file})
[ ! -f ${output_file} ] && facter --show-legacy -p -j | tee ${output_file}
Expand Down

0 comments on commit d2db924

Please sign in to comment.