acl icon indicating copy to clipboard operation
acl copied to clipboard

Make `bin/load_acls`'s device grouping algorithm read from a configurable parameter in `settings.py`

Open jathanism opened this issue 12 years ago • 0 comments

The current grouping algorithm is hard-coded to a pattern match on the hostname of the device. That is why I did factor it out to the group() function as you determined, so that we can make this something that can be tweaked in the settings.

Let's move this criteria to a callable that can be found within settings.py.

jathanism avatar Feb 20 '13 16:02 jathanism