dda-backup/infrastrucure/docker/test/serverspec.edn

7 lines
300 B
Clojure
Raw Normal View History

2020-11-27 08:24:34 +00:00
{:package [{:name "restic"}
2020-12-04 17:10:24 +00:00
{:name "postgresql-client-13"}]
2020-12-12 12:19:36 +00:00
:file [{:path "/entrypoint.sh" :mod "700"}
2020-12-12 15:02:24 +00:00
{:path "/usr/local/lib/functions.sh" :mod "400"}
2020-12-31 14:05:56 +00:00
{:path "/usr/local/lib/pg-functions.sh" :mod "400"}
{:path "/usr/local/lib/file-functions.sh" :mod "400"}]}