mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Add example for tagfilter
This commit is contained in:
parent
4bed6edde4
commit
1ba1e0fc9b
1 changed files with 12 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue