search for: id8dbqfgqelo

Displaying 1 result from an estimated 1 matches for "id8dbqfgqelo".

2007 May 08
13
Override to unspecify
In the normal override method, you can change the value of a parameter, but can you unset a parameter? file { "/etc/somefile": mode => 644, owner => "dude" } File ["/etc/somefile"] { mode => unset } ??