diff options
author | Julien Dessaux | 2021-03-11 19:47:26 +0100 |
---|---|---|
committer | Julien Dessaux | 2021-03-11 19:47:26 +0100 |
commit | 1a4981a826bb94c478c6f49721396ec03e02649c (patch) | |
tree | cbd779f6f8e36a28f4d6bd2788c21ce10d9ef122 /content/blog/cfengine | |
parent | Several fixes (diff) | |
download | www-1a4981a826bb94c478c6f49721396ec03e02649c.tar.gz www-1a4981a826bb94c478c6f49721396ec03e02649c.tar.bz2 www-1a4981a826bb94c478c6f49721396ec03e02649c.zip |
First big articles reformatting now that I properly understand hugo
Diffstat (limited to 'content/blog/cfengine')
-rw-r--r-- | content/blog/cfengine/_index.md | 5 | ||||
-rw-r--r-- | content/blog/cfengine/leveraging-yaml.md | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/content/blog/cfengine/_index.md b/content/blog/cfengine/_index.md deleted file mode 100644 index 8b5885c..0000000 --- a/content/blog/cfengine/_index.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Cfengine" -linkTitle: "Cfengine" -weight: 40 ---- diff --git a/content/blog/cfengine/leveraging-yaml.md b/content/blog/cfengine/leveraging-yaml.md index c1132b2..62b3a2d 100644 --- a/content/blog/cfengine/leveraging-yaml.md +++ b/content/blog/cfengine/leveraging-yaml.md @@ -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. |