This website requires JavaScript.
Explore
Help
Sign In
Salt
/
sysctl-formula
mirror of
https://github.com/saltstack-formulas/sysctl-formula.git
Watch
0
Star
0
Fork
You've already forked sysctl-formula
0
Code
Issues
Activity
a9921dfde1
sysctl-formula
/
sysctl
/
init.sls
7 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 16:25:27 +02:00
# -*- coding: utf-8 -*-
# vim: ft=sls
sysctl-formula
2015-01-24 17:14:58 +01:00
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 16:25:27 +02:00
include:
- sysctl.package
- sysctl.param