Since we are moving to use ClearTables (Git repo ?), we need to deploy those scripts on the maps servers. So we need some packaging / deployment strategy for it. Multiple solutions:
direct checkout of a git tag
We seem to do that for a few scripts. We do have a git::install puppet define that can be used for that. This would still need to clone ClearTables to our gerrit repo (we do not want external dependencies).
debian package
This seems more robust, but would require a bit more work to create a .deb package for ClearTables.