Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edwardsharp/raspi-puppet

Puppet manifest files that bootstrap a Raspberry Pi
https://github.com/edwardsharp/raspi-puppet

Last synced: 13 days ago
JSON representation

Puppet manifest files that bootstrap a Raspberry Pi

Awesome Lists containing this project

README

        

Get yr hot, fresh Raspberry Pi, here!

$ ssh pi@piii
$ sudo raspi-config
$ sudo dpkg-reconfigure tzdata
$ sudo apt-get update
$ sudo apt-get install git-core puppet-common
$ sudo mv /etc/puppet ~
$ sudo git clone git://github.com/edwardsharp/raspi-puppet.git /etc/puppet
$ sudo puppet apply /etc/puppet/manifests/config.pp

When the recepie changes:

$ ssh pi@piii
$ cd /etc/puppet
$ sudo git pull
$ sudo puppet apply /etc/puppet/manifests/config.pp --verbose