saltstack-formulas / splunkforwarder-formula

Splunk Forwarder Salt Formula http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
9 stars 18 forks source link

[FEATURE] Compatibility with Amazon Linux 2 #12

Open OneBadSanta opened 3 years ago

OneBadSanta commented 3 years ago

Is your feature request related to a problem?

I am unable to use this formula due to incompatibility with Amazon Linux 2. The splunk user and group do not get created and loggroup does not exist.

Additional context

This is the output from a highstate

----------
          ID: splunkforwarder-tar-installed
    Function: archive.extracted
        Name: /opt
      Result: False
     Comment: User splunk does not exist
     Started: 18:37:28.913542
    Duration: 1.325 ms
     Changes:
----------
          ID: splunkforwarder_user
    Function: user.present
        Name: splunk
      Result: False
     Comment: The following group(s) are not present: splunk,loggroup
     Started: 18:37:28.915043
    Duration: 1.365 ms
     Changes:
----------
OneBadSanta commented 3 years ago

Is there anything I can do to help move this along? I wouldn't know where to begin but I am willing to do what I can to help

OneBadSanta commented 3 years ago

Anything I can do to help?