0001-augeas-type-ins-doc-fix.patch

John Barbuto, 02/13/2009 10:06 pm

Download (1004 Bytes)

b/lib/puppet/type/augeas.rb
92 92
          rm [PATH]              Removes the node at location PATH
93 93
          remove [PATH]          Synonym for rm
94 94
          clear [PATH]           Keeps the node at PATH, but removes the value.
95
          ins [PATH]             Inserts an empty node at PATH.
96
          insert [PATH]          Synonym for ins
95
          ins [LABEL] [WHERE] [PATH]             
96
                                 Inserts an empty node LABEL either [WHERE={before|after}] PATH.
97
          insert [LABEL] [WHERE] [PATH]  
98
                                 Synonym for ins
97 99

  
98
        If the parameter 'context' is set that that value is prepended to PATH"
100
        If the parameter 'context' is set that value is prepended to PATH"
99 101

  
100 102
        munge do |value|    
101 103
            provider.parse_commands(value)