Updated Module development overview (markdown)

Jjk422
2016-08-05 10:45:35 +01:00
parent b7dcbc6356
commit d23dd41897

@@ -1,11 +1,11 @@
## Table of contents
* [What are modules?](#what-are-modules)
* [Module structure](#module-structure)
* [Essential files](#essential-files)
* [What do each of the directories stand for?](#what-do-each-of-the-directories-stand-for)
* [Inside the manifests directory](#inside-the-manifests-directory)
* [Inside the files directory](#inside-the-files-directory)
* [Inside the templates directory](#inside-the-templates-directory)
[What are modules?](#what-are-modules)
[Module structure](#module-structure)
[Essential files](#essential-files)
[What do each of the directories stand for?](#what-do-each-of-the-directories-stand-for)
[Inside the manifests directory](#inside-the-manifests-directory)
[Inside the files directory](#inside-the-files-directory)
[Inside the templates directory](#inside-the-templates-directory)
## What are modules?
Modules are directories filled with different types of files with the same overriding structure that is a modified version of the puppet structure, (more on the puppet structure and puppet in general can be found [here](https://github.com/cliffe/SecGen/wiki/Puppet---An-Overview-of-the-language-and-its-structure)).