cdist/cdist/conf/type/__git/explorer/owner

6 lines
102 B
Bash

#!/bin/sh
destination="/$__object_id/.git"
stat --print "%U" "${destination}" 2>/dev/null || exit 0