Class common::augeas
In:

Defines

Defines

basic-change( $onlyif => '', $lens => '', $tags => 'undef', $changes => '', $file => '' )

Define: augeas::basic-change

This defines a basic augeas change. Specifying a lens will greatly increase the performance.

Parameters:

        $file:
                This is the file you want to change
        $lens:
                This specifies what lens to use if any
        $changes:
                This can be one or many changes to perform on the specified file

Sample Usage:

        augeas::basic-change { "/etc/inittab": file => "/etc/inittab", lens=>"inittab.lns", changes=> ["set ~/runlevels S",] }

[Validate]