Skip to main content
Ben Ford author photo for the Puppet blog.

Ben Ford

Founder, Overlook InfraTech

Latest Content from Ben Ford

Reduce Tech Debt + Prevent New Tech Debt with These DevOps Tips Blog

Reduce Tech Debt + Prevent New Tech Debt with These DevOps Tips

Need to reduce tech debt? This blog with examples, strategies, and tools for tech debt reduction will help you kick your current tech debt and lay the groundwork for better DevOps in your software development organization.
DevOps, How to & Use Cases
How to Use Dropsonde to Get Rid of Unused Modules Blog

How to Use Dropsonde to Get Rid of Unused Modules

Clean up dead weight in your Puppet codebase (and save time) by getting rid of modules you no longer use. We’ll show you how.
How to & Use Cases
How Puppet Is Securing Against Command Injection Vulnerabilities and More Blog

How Puppet Is Securing Against Command Injection Vulnerabilities and More

Puppet is making platform engineering more secure with the release of two new CVEs for command injection vulnerabilities.
Security & Compliance, Platform Engineering
Puppet Functions: An Overview + Key Updates Blog

Puppet Functions: An Overview + Key Updates

Puppet 6 introduced Deferred functions, a new feature that allows you to run code on the agent side during enforcement. And Puppet 7.17 included updated modules for deferred functions. Get an overview of both in this blog.
How to & Use Cases, Products & Services
How to Stay Secure with Malware Scanning Blog

How to Stay Secure with Malware Scanning

Add an additional layer of security with malware scanning for newly published modules on the Forge.
Products & Services, Security & Compliance
How to Use Modules from the PowerShell Gallery with Puppet Blog

How to Use Modules from the PowerShell Gallery with Puppet

Want to use PowerShell Gallery with Puppet? Start here and learn how you can "puppet module install" any PowerShell Module with DSC Resources from the PowerShell Gallery.
Infrastructure Automation, Windows
Getting Started with Automation: A Beginner's Guide Blog

Getting Started with Automation: A Beginner's Guide

Getting started with automation? Start small and iterate from there. That and more in Puppet's step-by-step starter guide!
Infrastructure Automation, How to & Use Cases
How to Refactor Legacy Ruby Functions Blog

How to Refactor Legacy Ruby Functions

The modern Puppet function API is safer and more efficient than the original. And it's easier to write and use! Learn how to port your legacy Ruby functions here.
How to & Use Cases