| Path: | lib/puppet/provider/augeas/augeas.rb |
| Last Update: | Fri Aug 03 10:17:44 +0000 2012 |
| SAVE_NOOP | = | "noop" |
| SAVE_OVERWRITE | = | "overwrite" |
| COMMANDS | = | { "set" => [ :path, :string ], "rm" => [ :path ], "clear" => [ :path ], "insert" => [ :string, :string, :path ], "get" => [ :path, :comparator, :string ], "match" => [ :path, :glob ], "size" => [:comparator, :int], "include" => [:string], "not_include" => [:string], "==" => [:glob], "!=" => [:glob] |
Extracts an 2 dimensional array of commands which are in the form of command path value. The input can be
Used by the need_to_run? method to process get filters. Returns true if there is a match, false if otherwise Assumes a syntax of get /files/path [COMPARATOR] value
Used by the need_to_run? method to process match filters. Returns true if there is a match, false if otherwise