mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
11 lines
104 B
Raku
Executable File
11 lines
104 B
Raku
Executable File
|
|
do 'cfengine-lib.pl';
|
|
|
|
sub feedback_files
|
|
{
|
|
return ( $cfengine_conf, $cfd_conf, $cfrun_hosts );
|
|
}
|
|
|
|
1;
|
|
|