saltstack-formulas / influxdb-formula

Installs and configures the InfluxDB timeseries database
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
9 stars 34 forks source link

Prefix 'user' and 'group' in pillar with 'system_' #9

Closed wwentland closed 9 years ago

wwentland commented 9 years ago

This is necessary to differentiate the system user, group settings from those that the influxdb modules will use by default for db maintenance.

nmadhok commented 9 years ago

@babilen I don't think this is required. Changing the name of the pillar can break formula for people already using it.

wwentland commented 9 years ago

@nmadhok I introduced that some days ago. Granted, it took a while for a follow up here, but there would, otherwise, be no way to use the influxdb modules while still keeping their authentication information (user/pass) in pillars. I would deem it very suboptimal if that is needed.

It's also restricted to values in :lookup: so the impact is probably minimal.