diff options
author | Christian Segundo | 2023-12-30 23:10:43 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-31 00:31:07 +0100 |
commit | bc58e4d33a356b2e7c8dbeec95cec8a5ffadde47 (patch) | |
tree | 1b7823ddf83c4f283c8afc198bb31a8a1467e6ad /tests/file.yaml | |
parent | d062dcd0918ec243ec59e4d6dd1231d8553f158b (diff) | |
download | transmission-hacks-bc58e4d33a356b2e7c8dbeec95cec8a5ffadde47.tar.gz |
add goss
Diffstat (limited to 'tests/file.yaml')
-rw-r--r-- | tests/file.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/file.yaml b/tests/file.yaml new file mode 100644 index 0000000..efa6ef2 --- /dev/null +++ b/tests/file.yaml @@ -0,0 +1,9 @@ +--- +file: + /etc/cron.d/crontab: + exists: true + owner: root + group: root + mode: '0644' + filetype: file + sha256: '1df2a2a04d72c9f6454a413a5f2dbca81591ea611cfa05c2f29827510131a032' |