0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2024-11-27 23:07:54 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Imran Iqbal
6a08317ae7
fix(map.jinja): fix salt-lint errors
```bash
Examining sysctl/map.jinja of type state
[209] Jinja comment should have spaces before and after: {# comment #}
sysctl/map.jinja:4
{## Start with  defaults from defaults.sls and osfamilymap.yml ##}

[209] Jinja comment should have spaces before and after: {# comment #}
sysctl/map.jinja:21
{## Apply backwards compatiblility after merge ##}

[209] Jinja comment should have spaces before and after: {# comment #}
sysctl/map.jinja:29
{## Merge in sysctl pillar ##}
```
2019-10-09 18:40:16 +01:00
Mark Gomersbach
9a0c5cc6f1
Move data to YAML files and keep map.jinja a template
- Add Gentoo support
- Add FreeBSD support
2018-10-16 11:31:59 +02:00
Wolodja Wentland
b7f723bc46 Remove redundant entries from map.jinja file
These values correspond to those defined in defaults.yml and do not have
to be repeated again.
2016-04-28 22:22:44 +02:00
Niels Abspoel
244fc018e4 Revert "Remove redundant entries from map.jinja file" 2016-04-27 15:21:41 +02:00
Wolodja Wentland
77d390f556 Remove redundant entries from map.jinja file
These values correspond to those defined in defaults.yml and do not have
to be repeated again.
2016-04-27 14:16:04 +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
Niels Abspoel
7ddbd5cc5f Added Suse and Debian support to sysctl-formula 2015-06-09 23:30:54 +02:00
zajk
39852a86df Added RedHat family to map.jinja 2015-05-12 15:48:08 +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
Niels Abspoel
40ad4fe142 sysctl-formula 2015-01-24 17:14:58 +01:00