search for: def_dir

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

Did you mean: dbg_dir
2007 Oct 30
4
append to static array (was: Re: Why External Node Classification is my future)
...times } I''m betting that this is much easier said than implemented and this likely wouldn''t be necessary if a native type where used for "port". However it also seems like this could take care of some (many?) situations that are currently done with: $ports=/some/file $def_dir=$ports.d define port($port, $status){ file{"$def_dir/$name": path => "$def_dir/$name", content => "some/template/using/port/status"; } include ports } class ports{ file{"$def_dir": path => "$def_dir",...