commit | fb02b47feaa6fd7a04bf9f99c7cd832d8bcbff76 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Tue Nov 26 15:19:46 2013 +0100 |
committer | martin f. krafft <madduck@madduck.net> | Mon Dec 02 14:28:22 2013 +0100 |
tree | c83062ad5f4db2d03524c8c57a31427f462946f1 | |
parent | a775b205fc34ed1883195ba404d573023abf73ec [diff] |
Basic framework for class mappings Each node's classes are now pre-initialised depending on the classes_mapping key in the config file, e.g.: class_mappings: '*': default /^local/: - local This will cause all nodes to get the 'default' class before anything else, and it will cause all nodes whose name start with "local" to get assigned the 'local' class. Signed-off-by: martin f. krafft <madduck@madduck.net>