Displaying 1 result from an estimated 1 matches for "dailyweekly".
Did you mean:
daily2weekly
2013 Sep 19
4
Array being flattened
...s to be used to set the correct target path to a file
which I''m using contact::fragment to modify. When $configs is a single
value, say "daily", everything works as expected. But then $configs is
an array, "daily" and "weekly", it''s flattened to "dailyweekly" which
results in an "Invalid relationship:" error.
Can anyone provide some guidance on how to get around this? I''ve been
banging on this for a few days and my heads really starting to hurt.
define amanda::disklist (
$configs,
$diskdevice = undef,
$dumptype,...