Select Git revision
-
semantic-release-bot authored
## [1.9.6](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.5...v1.9.6) (2021-11-17) ### Continuous Integration * use `pillars_from_directories` & `test/salt/pillar/top.sls` ([98c9dbfc](https://github.com/saltstack-formulas/salt-formula/commit/98c9dbfcfbb45f514a7d35165f1ac572c0bfe6af)) ### Tests * **pillar:** centralise and clean-up entries ([db5b69c9](https://github.com/saltstack-formulas/salt-formula/commit/db5b69c9cda824194a891c515f19baabe46748b6)) * centralise all suites into `default` suite ([b475e246](https://github.com/saltstack-formulas/salt-formula/commit/b475e24638edc7e6cbd5b131b3d1316727bf8246))
semantic-release-bot authored## [1.9.6](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.5...v1.9.6) (2021-11-17) ### Continuous Integration * use `pillars_from_directories` & `test/salt/pillar/top.sls` ([98c9dbfc](https://github.com/saltstack-formulas/salt-formula/commit/98c9dbfcfbb45f514a7d35165f1ac572c0bfe6af)) ### Tests * **pillar:** centralise and clean-up entries ([db5b69c9](https://github.com/saltstack-formulas/salt-formula/commit/db5b69c9cda824194a891c515f19baabe46748b6)) * centralise all suites into `default` suite ([b475e246](https://github.com/saltstack-formulas/salt-formula/commit/b475e24638edc7e6cbd5b131b3d1316727bf8246))
README.md 1.01 KiB
hshbase
Basic server configuration used for most unix based servers at HsH.
States
-
apt
-
openvmtools
-
iptables
-
locale
Configuration
The states of this formula should be configurable using one central pillar for all configurations. Have a look at pillar.example for details.
Development
All features should be as configurable as necessary. Keep it simple, stupid (KISS).
Working on this formula requires virtualbox and vagrant installed. It comes with an vagrant box you can instantly set up to get a machine where all states will apply against.
git clone ssh://git@lab.it.hs-hannover.de:2222/salt/hshbase-formula.git
cd hshbase-formula
vagrant up
vagrant ssh
sudo salt-call state.highstate
Default values when developing the formula
If you introduce a new feature and want to make it configurable you might need default values. Just add them to defauls.yaml and they are magically available.
Consult map.jinja for details on this topic.