More Puppet
I have been playing my Digital Ocean server a lot recently. Breaking it, fixing it and then rebuilding it, while I had documented my puppet installation it was getting to be a pain to copy and paste with each rebuild, so I pulled together a few scripts from various sources to make the rebuilds a little less of a chore. To install fresh Puppet Master all I need to do now is run the following command;
curl -fsS https://raw2.github.com/russmckendrick/puppet-install/master/install | bash
and to install an agent run;
curl -fsS https://raw2.github.com/russmckendrick/puppet-install/master/agent | bash -s puppet.master.com
Finally I have put moved a non-personalised copy of my main Puppet configuration into a GitHub repo.
Related Posts

First Steps with Ansible
Explore Ansible for AWS automation, transitioning from manual scripting. Initiate playbook for VPC and ELB deployment.

Vagrant & Puppet
A deep dive into using Vagrant and Puppet for setting up reproducible development environments, mirroring production with local Virtualbox instances.

Azure DevOps Multi-Stage Pipelines
Learn how to implement multi-stage pipelines in Azure DevOps for efficient deployment workflows with approval gates and infrastructure setup.