Hello,
I need to export concat::fragment on some nodes and gather the results on some other.
To create the export I do something like :
@@concat::fragment{"/myfile-$fqdn":
target=>"/myfile"
}
but on the export node I get :
Invalid relationship [...] because Exec[concat_/myfile] doesn't seem to be in the catalog.
I don't want/need to declare a concat for "/myfile", because I would need the required filesystem layout for the final file. I just want to export fragments.
Am I missing something ?