fruit-bowl/scripts/agent-bootstrap.sh

10 lines
208 B
Bash
Raw Normal View History

2025-04-01 17:40:03 +00:00
#!/usr/bin/env bash
apt update
apt install puppet -y
echo "[main]" >> /etc/puppet/puppet.conf
echo "server = puppet-server.cluster" >> /etc/puppet/puppet.conf
systemctl start puppet
systemctl enable puppet