path entry schema for bcfg2
Narayan Desai, Argonne National Laboratory
Abstract description of a path to be installed. This can
either be a single explicit path (e.g., ``<Path
name="/etc/foo.conf"/>``) or a glob that matches a set of
paths (e.g., ``<Path glob="/etc/foo/*"/>``). Path
globbing may not work for some dynamically handled Path
entries, for instance :ref:`Packages client configs
<generating-client-configs>`.
Install the single named path. Either ``name`` or
:xml:attribute:`PathEntry:glob` must be specified.
Install all Cfg entries matching the given glob. Either
``glob`` or :xml:attribute:`PathEntry:name` must be
specified.