This website requires JavaScript.
Explore
Help
Sign in
saltstack-formulas
/
template-formula
Watch
1
Star
0
Fork
You've already forked template-formula
0
mirror of
https://github.com/saltstack-formulas/template-formula.git
synced
2025-04-17 10:10:28 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
e3d3c121ef
template-formula
/
TEMPLATE
/
init.sls
9 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
Propose new-ish formula style - defaults live in defaults.yml - map jinja overrides by grain + merges pillar:lookup - split all contextually similar states in their own files
2015-05-25 19:03:20 -05:00
# -*- coding: utf-8 -*-
# vim: ft=sls
Initial commit
2013-11-03 19:50:58 +01:00
Propose new-ish formula style - defaults live in defaults.yml - map jinja overrides by grain + merges pillar:lookup - split all contextually similar states in their own files
2015-05-25 19:03:20 -05:00
include:
refactor(pkg): change to `package` instead * https://github.com/saltstack-formulas/template-formula/pull/48#discussion_r259951123 BREAKING CHANGE: Changing the `pkg` directory to `package` will break implementations that are depending on `pkg` for `include` or `sls`-based requisite purposes.
2019-02-26 15:45:17 +00:00
- .package
refactor(components): split components into separate subdirs * Plan based upon the following comments: - https://github.com/saltstack-formulas/template-formula/pull/48#pullrequestreview-207182085 - https://github.com/saltstack-formulas/template-formula/pull/48#discussion_r259805312
2019-02-25 15:02:19 +00:00
- .config
- .service
feat(sub-component): manage a dedicated configuration file * pillar.example (template.subcomponent): configurable sub-component destination. (template.tofs.source_files): override sub-component template * template/init.sls (include): setup sub-component last. * template/clean.sls (include): clean sub-component first. * template/subcomponent/init.sls: include the only setup state “config”. * template/subcomponent/config/init.sls: include the only config state “file”. * template/subcomponent/config/file.sls: manage the sub-component configuration file. It requires the main component configuration. * template/subcomponent/files/default/subcomponent-example.tmpl.jinja: jinja template for the sub-component. * template/subcomponent/files/default/subcomponent-example.tmpl: static configuration for the sub-component. * template/subcomponent/clean.sls: include the only cleanup state “config”. * template/subcomponent/config/clean.sls: remove the sub-component configuration file.
2019-07-30 16:17:39 +02:00
- .subcomponent
Reference in a new issue
Copy permalink