-
Notifications
You must be signed in to change notification settings - Fork 5
yorrick/puppet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To install puppet on a fresh raspberry pi: - ssh pi@raspberrypi - sudo raspi-config - sudo dpkg-reconfigure tzdata - sudo apt-get update - sudo apt-get install puppet-common - sudo apt-get install git - sudo mv /etc/puppet ~ - sudo git clone git://github.com/yorrick/puppet.git /etc/puppet or sudo git clone https://github.com/yorrick/puppet.git /etc/puppet - sudo puppet apply /etc/puppet/manifests/config.pp To update raspberry pi: - ssh yorrick@raspberrypi - cd /etc/puppet - sudo git pull - sudo puppet apply /etc/puppet/manifests/config.pp --verbose
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published