VLT-Website-Heading

How to Install Puppet Enterprise on a Linux virtual machine

Oct 19, 2020 5:29:59 PM / by Vu Long Tran posted in puppet, linux

0 Comments

Here is my guide on how to install Puppet on a Linux virtual machine using "Puppet Enterprise — 2019.8 (LTS)".

In this walkthrough I will be using Puppet Enterprise version of Puppet, as it is the long term support (LTS) and latest version Puppet Enterprise. It also gives us a chance to out the full  functionality of Puppet for up to 10 nodes with no worries about license keys. So this works for me as I learn how Puppet works.

Read More

Puppet Learning VM quest task not shown as complete

Oct 14, 2020 2:22:30 PM / by Vu Long Tran posted in puppet, linux

0 Comments

If you are working through the Puppet Learning VM (Virtual Machine) and are facing an issue where it is not registering a task that you know you have completed already. Here's my guidance to help you work through the issue.

First off, it is good to know how the quest is identifying that you are completing the tasks, and it is being done so using Serverspec tests. The Puppet team notes that "The quest tool uses a series of Serverspec tests for each quest to track task progress, but the match between a task and test isn't always perfect."

Since it is quite binary in the way it can check, so I would recommend looking at the latest corresponding code in the Puppet Learning VM Quest Guide repository.

As I was working through some quests and it did not pick up initially so I wanted to work out what I did wrong.

Read More