commit | 14c81f5cba23404b5ea9a5bde77eb1a80b1ed4b9 | [log] [tgz] |
---|---|---|
author | martin f. krafft <madduck@madduck.net> | Fri Feb 28 17:10:49 2014 +0100 |
committer | martin f. krafft <madduck@madduck.net> | Fri Feb 28 17:10:49 2014 +0100 |
tree | d2823b3bbe6f8315477a0f2b5be0b156750db971 | |
parent | 1ca2f246543ff074cb3d89082c02b25e782a2405 [diff] |
Allow classes to be namespaced with subdirectories Classes files may now reside in subdirectories, which act as namespaces. For instance, a class ``ssh.server`` will result in the class definition to be read from ``ssh/server.yml``. Specifying just ``ssh`` will cause the class data to be read from ``ssh/init.yml`` or ``ssh.yml``. Note, however, that only one of those two may be present. Signed-off-by: martin f. krafft <madduck@madduck.net>