Skip to content

Instantly share code, notes, and snippets.

View jamgregory's full-sized avatar
🚊

James Gregory-Monk jamgregory

🚊
View GitHub Profile
@jamgregory
jamgregory / Puppet_6.6_Raspbian_Buster.md
Last active July 4, 2019 15:11 — forked from aaroncoffey/Puppet_6.3_Raspbian.md
How to get puppet 6.3 up and running on a raspberry pi running Raspbian

How to get Puppet 6.6 up and running on a Raspberry Pi running Raspbian Buster.

These instructions were tested on a Pi 4 with the latest version of Raspbian (Raspbian GNU/Linux 10 (buster)).

This guide assumes basic competency with the command line. It also assumes you have a functional puppet master set up with the hostname of puppet. If you can ping puppet, you should be all set. Also note that I am just getting into puppet and am not a master of this domain. There may be errors, and there is probably a better way to do this, but in my searching, I was unable to locate a good set of instructions to get this working, so here we are. Feel free to contact me for corrections.

You can either switch to root sudo -i, or prepend all the following commands with sudo.

Update first

apt update
@jamgregory
jamgregory / install_puppet_mac.sh
Created September 24, 2015 14:20 — forked from rija/install_puppet_mac.sh
Installing Puppet on Mac OS X
#!/usr/bin/env bash
set -o errtrace
set -o errexit
facter_version=$1
puppet_version=$2
target_volume=$3