Skip to content

Instantly share code, notes, and snippets.

@baptr
baptr / gist:5173516
Created March 15, 2013 22:14
Class based copy source
$ cat copytest.cf
body common control {
bundlesequence => { "test" };
}
body copy_from local_cp(from) {
source => "$(from)";
compare => "digest";
}