VLT-Website-Heading

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

How to use Visual Studio Code to run curl commands

Jul 16, 2020 7:36:16 PM / by Vu Long Tran posted in tech, web development, microsoft, apis, developer

0 Comments

This guide is to show you how to run similar commands using Microsoft's Visual Studio Code environment.

As Visual Studio Code is also free. Built on open source and runs everywhere. The biggest benefit I can see is the availability of extensions which can further enhance your programming and testing experiences. 

You may be using Postman, Terminal or another tool to run some of your API testing and various commands. This will be similar. 

Read More