mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
It's a String!
This commit is contained in:
parent
c21ad6ed15
commit
051c43915f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import glob
|
|||
import shutil
|
||||
from bootstrap.unittesting import *
|
||||
|
||||
CURRENT_SALT_STABLE_VERSION = os.environ.get(CURRENT_SALT_STABLE_VERSION, 'v2014.1.10')
|
||||
CURRENT_SALT_STABLE_VERSION = os.environ.get('CURRENT_SALT_STABLE_VERSION', 'v2014.1.10')
|
||||
|
||||
|
||||
CLEANUP_COMMANDS_BY_OS_FAMILY = {
|
||||
|
|
Loading…
Add table
Reference in a new issue