Skip to content

Puppet manifest files that bootstrap a Raspberry Pi

Notifications You must be signed in to change notification settings

dantman/raspi-puppet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

Puppet manifest files that bootstrap a Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 100.0%