Allow more customization for backup app deployment

This commit is contained in:
Lance Edgar 2018-07-05 13:19:20 -05:00
parent 2a6b25215f
commit 2fcb81e0ae
4 changed files with 47 additions and 17 deletions

View file

@ -38,6 +38,9 @@ from fabric.contrib.files import exists, append, upload_template as fab_upload_t
from mako.template import Template
UNSPECIFIED = object()
def get_debian_version():
"""
Fetch the version of Debian running on the target system.