Commit Graph
7 Commits
Author SHA1 Message Date
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 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
Wolodja Wentland fa7a4e79eb Merge pull request #15 from saltstack-formulas/revert-13-remove-redundant-map-entries
Revert "Remove redundant entries from map.jinja file"
2016-04-27 16:13:07 +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 ba8703f3fc Don't set fs.file-max and vm.swappiness by default
Users can easily configure this themselves and it it strongly preferred
if idiosyncratic changes such as this are not part of the default
behaviour.
2016-04-27 14:04:50 +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
Wolodja Wentland 79f664ee35 Merge pull request #3 from dmaphy/master
Fix a typo in README.rst
2015-04-13 16:13:22 +01:00