Post tagged: devops

A Boilerplate Comparison: Puppet

Introduction

Here we cover the steps for deploying a package to a puppet agent/node. Like with chef, we assume a working installation.

Though I must take the opportunity to comment that the installation process for puppet was ridiculously easy.

The ridiculously easy way

Package installation can be performed completely ...

Infrastructure Automation: A Boilerplate Comparison

Introduction

We've been using Chef to deploy our infrastructure for a while now. One of the main sticking points we've run into is the barrier to entry for develoepers as a result of the boiler plate required to perform a simple deployment task. Our ideal framework would be ...