New in version 2017.7.0.
(compatible with InfluxDB version 0.9+)
salt.states.influxdb_retention_policy.absent(name, database, **client_args)¶Ensure that given retention policy is absent.
salt.states.influxdb_retention_policy.present(name, database, duration=u'7d', replication=1, default=False, **client_args)¶Ensure that given retention policy is present.