Allow more customization for backup app deployment
This commit is contained in:
parent
2a6b25215f
commit
2fcb81e0ae
4 changed files with 47 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue