Saltstack Official Linux Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- applications:
- - linux
- parameters:
- linux:
- system:
- enabled: true
- logging:
- heka:
- enabled: true
- metering:
- collectd:
- enabled: true
- monitoring:
- sensu:
- enabled: true
- user:
- root:
- enabled: true
- name: root
- home: /root
- timezone: Europe/Prague
- cluster: default
- network:
- enabled: true
- hostname: ${linux:system:name}
- fqdn: ${linux:system:name}.${linux:system:domain}
- storage:
- enabled: true
|