VLT-Website-Heading

How to complete the Working with Python Scripts lab

Aug 11, 2021 11:00:00 AM / by Vu Long Tran posted in python, coding

0 Comments

If you are working through the "Working with Python Scripts"  lab quest and are stuck, here are some of my solution to the quest to help you, please do try attempt it yourself progressively, as it is important to continue to learn what you might be missing, and view what I am sharing as one of the the possible solutions to solve it.

Essentially the goal of this lab is to fix problems in a Python script, then create another Python script module to utilise it.

Read More

How to use Puppet's Control Repository with Puppet Enterprise

Aug 3, 2021 11:47:00 PM / by Vu Long Tran posted in developer, coding, git

0 Comments

How to use Puppet's Control Repository with Puppet Enterprise

This is a template control repository that has the minimum amount of scaffolding to make it easy to get started with r10k or Puppet Enterprise's Code Manager.

Why you might want to install this?

Code Manager automates the management and deployment of your Puppet code. Push code updates to your source control repo, and then Puppet syncs the code to your masters, so that all your servers start running the new code at the same time, without interrupting agent runs. More details - Managing code with Code Manager.

Read More