Skip to content

Commit

Permalink
Merge pull request #15 from bastelfreak/debian
Browse files Browse the repository at this point in the history
Add Debian 8/9 support
  • Loading branch information
bastelfreak authored Apr 27, 2019
2 parents e9aefa9 + 6d4978e commit 29e3fae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/Debian.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
borg::package_name:
- 'borgbackup'
- 'borgbackup-doc'
borg::restore_dependencies:
- cpanminus
- make
- gcc
borg::install_restore_script: true
borg::update_borg_restore_db_after_backuprun: true
7 changes: 7 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
"16.04",
"18.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9"
]
}
],
"requirements": [
Expand Down

0 comments on commit 29e3fae

Please sign in to comment.