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 install Gitlab with HTTPS on your own Linux server

Dec 1, 2020 9:18:07 PM / by Vu Long Tran posted in linux, git

0 Comments

I will show you how to install Gitlab onto your own Linux server (also known as self-managed Gitlab server). For my example, I will be installing Gitlab on my Linux server running Centos 8 and will activate HTTPS on it.

Read More