Path: | lib/puppet/provider/augeas/augeas.rb |
Last Update: | Wed Dec 09 12:54:29 -0800 2009 |
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], "==" => [: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