First big articles reformatting now that I properly understand hugo

This commit is contained in:
Julien Dessaux 2021-03-11 19:47:26 +01:00
parent 5e6844592a
commit 1a4981a826
40 changed files with 184 additions and 173 deletions

View file

@ -1,5 +0,0 @@
---
title: "Cfengine"
linkTitle: "Cfengine"
weight: 40
---

View file

@ -1,11 +1,13 @@
---
title: "Leveraging yaml with cfengine"
linkTitle: "Leveraging yaml with cfengine"
date: 2018-09-25
description: >
How to leverage yaml inventory files with cfengine
description: How to leverage yaml inventory files with cfengine
tags:
- cfengine
---
## Introduction
CFEngine has core support for JSON and YAML. You can use this support to read, access, and merge JSON and YAML files and use these to keep policy files internal and simple. You
access the data using the usual cfengine standard primitives.