Comment 1 for bug 1616459

Revision history for this message
Kyle Fazzari (kyrofa) wrote : Re: dump plugin not a full super-set to the now deprecated copy plugin

Yeah you've just hit a bit of a limitation in the `organize` keyword, where you can't use globbing like the copy plugin supported. You need to be more explicit, e.g.

        plugin: dump
        source: etc
        organize:
          example.conf: etc/ntp.conf
          user1.conf: etc/user1.conf
          user2.conf: etc/user2.conf

Note also that since `source: etc` organize refers to the files relative to source. I also made some dumb assumptions about what the etc/use* files were actually named.

These limitations should definitely be resolved in order for the dump plugin to actually replace the copy plugin in functionality.