Commit 427424aa by John Donnal

removed duplicate rpi scripts

parent d9011098
Showing with 0 additions and 25 deletions
#!/bin/bash
#source set_locale.sh
# install the puppet forge modules
mkdir -p forge_modules
r10k puppetfile install --moduledir=./forge_modules
# run puppet
puppet apply --verbose --modulepath=./forge_modules:./modules site.pp
#!/bin/bash
set -e
# start a container with the following command:
# sudo systemd-nspawn -D squashfs-root/ -b --network-interface=enxd8eb97bdd8ed --bind-ro=/home/jdonnal/puppet:/home/ubuntu/puppet -M wattsworth
#echo "nameserver 172.31.33.1" > /etc/resolv.conf
apt-get update
apt-get upgrade -y
#wget https://apt.puppetlabs.com/puppet-release-bionic.deb
#dpkg -i puppet-release-bionic.deb
#add-apt-repository universe
apt-get update
apt install puppet git r10k -y
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment