Fixing the FreeBSD 14.2 ibuilder (finally)

This commit is contained in:
Gregory Ballantine
2025-03-10 11:39:05 -04:00
parent 87b7a3b8ab
commit 1e9c3f461d
2 changed files with 7 additions and 2 deletions

View File

@ -3,10 +3,15 @@
# FreeBSD steps
sudo pkg update
sudo pkg upgrade -y
sudo pkg autoremove -y
# install QEMU guest agent
sudo pkg install -y bash
# Delete /etc/hostid so it gets regenerated
sudo rm /etc/hostid
# Install Puppet
sudo pkg install -y puppet7
sudo pkg install -y puppet8
echo "\n[agent]\nserver = puppet-v2.int.metaunix.net\nruninterval = 6h\n" | sudo tee -a /usr/local/etc/puppet/puppet.conf