From f4e243d5ad55c56090164e14fc68173b002eaa78 Mon Sep 17 00:00:00 2001 From: Les Begnaud Date: Wed, 11 Dec 2019 10:21:28 -0600 Subject: [PATCH] update example to note yaml restriction --- initializers/groups.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/initializers/groups.yml b/initializers/groups.yml index d471fe3..67a9290 100644 --- a/initializers/groups.yml +++ b/initializers/groups.yml @@ -14,8 +14,9 @@ # - add_* # - change_* # vm_managers: -# - *_virtualmachine +## yaml doesn't allow starting a key with an asterisk without explicit use of single quote +# - '*_virtualmachine' # device_managers: -# - *device* +# - '*device*' # creators: # - add_*