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

@ -29,7 +29,7 @@ Fabric deployment and maintenance.
from __future__ import unicode_literals, absolute_import
from .core import put, upload_template, make_deploy, mkdir, rsync
from .core import put, upload_template, make_deploy, mkdir, rsync, UNSPECIFIED
from .core import make_system_user, set_timezone, agent_sudo
from .core import get_debian_version, get_ubuntu_version