Skip to content

Commit

Permalink
Fedora 36: ensure augeas is installed
Browse files Browse the repository at this point in the history
Required to get the augeas fact for factsets generated by rubygems.org
releases.
  • Loading branch information
bastelfreak committed May 16, 2024
1 parent fb2e263 commit c897e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facts/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
host.vm.box = 'generic/fedora36'
host.vm.synced_folder '.', '/vagrant'
# there's no official support for fedora 36, so we need facter from Fedora
host.vm.provision 'shell', inline: 'dnf -y install facter ruby ruby-devel wget make gcc net-tools'
host.vm.provision 'shell', inline: 'dnf -y install facter ruby ruby-devel wget make gcc net-tools augeas'
host.vm.provision 'file', source: 'Gemfile', destination: 'Gemfile'
host.vm.provision 'shell', path: 'get_facts.sh'
host.vm.provision 'shell', inline: '/sbin/shutdown -h now'
Expand Down

0 comments on commit c897e54

Please sign in to comment.