diff --git a/vmpooler.yaml.example b/vmpooler.yaml.example index 86d2047..dda99cc 100644 --- a/vmpooler.yaml.example +++ b/vmpooler.yaml.example @@ -106,6 +106,18 @@ base: 'ou=users,dc=company,dc=com' user_object: 'uid' +# :tagfilter: +# +# Filter tags by regular expression. + +# Example: +# +# This example demonstrates discarding everything after a '/' character for +# the 'url' tag, transforming 'foo.com/something.html' to 'foo.com'. + +:tagfilter: + url: '(.*)\/' + # :config: # # This section contains global configuration information.