lib/junoser/parser.rb in junoser-0.3.5 vs lib/junoser/parser.rb in junoser-0.3.6

- old
+ new

@@ -328,14 +328,10 @@ rule(:configuration) do c( a(str("rcsid"), arg), a(str("version"), arg), - b(str("groups"), - s( - any - ) - ), + a(str("groups"), arg, configuration), b(str("system"), juniper_system ), b(str("dynamic-profiles"), juniper_dynamic_profile_object