This repository has been archived on 2023-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
salt-states_old/salt-master/nodegroups.sls

14 lines
380 B
Plaintext
Raw Normal View History

2021-01-27 14:12:45 +00:00
Create nodegroups master configuration:
file.managed:
- name: /etc/salt/master.d/nodegroups.conf
- source: salt://salt-master/files/etc/salt/master.d/nodegroups.conf
- user: root
- group: root
- mode: "0644"
#restart master to load nodegroups:
# service.running:
# - name: salt-master
# - watch:
# - file: Create nodegroups master configuration