Table of Contents |
---|
+ + + + - [Commit message formatting](#commit-message-formatting) + * [Automation of multiple processes](#automation-of-multiple-processes) + * [Linting commit messages in Travis CI](#linting-commit-messages-in-travis-ci) + * [Relationship between commit type and version bump](#relationship-between-commit-type-and-version-bump) + * [Use `BREAKING CHANGE` to trigger a `major` version change](#use-breaking-change-to-trigger-a-major-version-change) + + + + |
Table of Contents |
---|
+ + + + - [Usage of values in pillar vs templates in `file_roots`](#usage-of-values-in-pillar-vs-templates-in-file_roots) + - [On the reusability of SaltStack state files](#on-the-reusability-of-saltstack-state-files) + - [The Template Override and Files Switch (TOFS) pattern](#the-template-override-and-files-switch-tofs-pattern) + * [Example: NTP before applying TOFS](#example-ntp-before-applying-tofs) + * [Template Override](#template-override) + * [Files Switch](#files-switch) + * [Using the `files_switch` macro](#using-the-files_switch-macro) + * [How to customise the `source` further](#how-to-customise-the-source-further) + + [Customise `files`](#customise-files) + + [Customise the use of grains](#customise-the-use-of-grains) + + [Customise the `default` path](#customise-the-default-path) + + [Customise the list of template `files`](#customise-the-list-of-template-files) + + + + |