Adding initial generic configs to systems
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
---
|
||||
|
||||
# the default formula url
|
||||
formulas_url: https://github.com/saltstack-formulas/
|
||||
|
||||
# where to store the new formulas (relative to current directory)
|
||||
formulas_dir: /srv/salt/formulas
|
||||
|
||||
# remove unmanaged formulas
|
||||
purge_formulas: true
|
||||
|
||||
# list of formulas to import
|
||||
formulas:
|
||||
- chrony:
|
||||
version: v1.3.0
|
||||
- openssh:
|
||||
version: v3.0.1
|
||||
- packages:
|
||||
version: v0.13.0
|
||||
- salt:
|
||||
version: v1.13.0
|
||||
- sudoers:
|
||||
version: v0.23.3
|
||||
- timezone:
|
||||
version: v0.4.4
|
||||
- users:
|
||||
version: v0.48.6
|
||||
- vim:
|
||||
version: v0.15.4
|
||||
Reference in New Issue
Block a user