18 lines
282 B
YAML
18 lines
282 B
YAML
|
# Molecule managed
|
||
|
|
||
|
---
|
||
|
file:
|
||
|
/etc/hosts:
|
||
|
exists: true
|
||
|
owner: root
|
||
|
group: root
|
||
|
/usr/local/bin/borg-backup:
|
||
|
exists: true
|
||
|
owner: root
|
||
|
group: root
|
||
|
contains:
|
||
|
- "automysqlbackup"
|
||
|
- "/var/www"
|
||
|
/var/lib/automysqlbackup/daily:
|
||
|
exists: true
|