Commit Graph

9 Commits

Author SHA1 Message Date
Imran Iqbal 50494dc46f
fix(param.sls): fix `salt-lint` errors
```bash
Examining sysctl/param.sls of type state
[209] Jinja comment should have spaces before and after: {# comment #}
sysctl/param.sls:4
{## import settings from map.jinja ##}

[209] Jinja comment should have spaces before and after: {# comment #}
sysctl/param.sls:25
{## Support for legacy pillar structure ##}
```
2019-10-09 18:40:17 +01:00
Nicolas Rodriguez a4e6a665aa ci(kitchen): add Kitchen tests 2019-08-28 00:43:50 +02:00
Wolodja Wentland 9d3f30efe8 Check for presence of 'lookup' key
Access to this key might have failed otherwise when the user specifies
no pillar.
2016-06-16 08:39:44 +02:00
Wolodja Wentland cb2822f0f4 Switch to cleaner pillar structure
This commit allows users to specify sysctl parameters in an easier
format than the one that was used before. It moves settings out of the
'lookup' pillar namespace in a backward compatible manner and is
modelled after the old 'params2' approach.

It also introduces a simplified scheme, in which parameters can be
specified as key-value pairs, which makes for cleaner pillars if there
is no need to specify a custom configuration file.
2016-04-26 16:37:07 +02:00
Enver 4a5eec75d7 Incorporated suggestions after initial PR review 2016-02-12 09:42:31 +01:00
Enver 35792ec351 Make it pretty 2016-02-11 15:23:15 +01:00
Enver 936c990809 Added support for dictionary params (params2) 2016-02-11 15:16:46 +01:00
zajk 818c709f17 Fixed a typo 2015-05-12 15:48:22 +02:00
puneet kandhari 38eb852bce Make the formula fully pillar driven/customizable
- split package and param into separate state files
- use defaults.yml to specify all configurable options of the formula
- setup map.jinja to read in defaults.yml, filter by os_family for
  Arch, and merge in sysctl:lookup pillar
- Updated README
2015-04-06 09:25:27 -05:00