Splunk User State Module
New in version 2016.3.0..
This state is used to ensure presence of users in splunk.
ensure example test user 1: splunk.present: - name: 'Example TestUser1' - email: [email protected]
Ensure a splunk user is absent
ensure example test user 1: splunk.absent: - email: '[email protected]' - name: 'exampleuser'
The following parameters are required:
Ensure a user is present
ensure example test user 1: splunk.user_present: - realname: 'Example TestUser1' - name: 'exampleuser' - email: '[email protected]' - roles: ['user']
The following parameters are required:
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.splunk.html