mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
lint
This commit is contained in:
parent
216ced69e5
commit
13e5997457
1 changed files with 2 additions and 2 deletions
|
@ -66,14 +66,14 @@ class GenesisTestCase(TestCase):
|
|||
|
||||
{'params': {'pkgs': 'vim'},
|
||||
'commandlines': [
|
||||
['debootstrap', '--foreign', '--arch', 'amd64',
|
||||
['debootstrap', '--foreign', '--arch', 'amd64',
|
||||
'--include', 'vim',
|
||||
'stable', 'root', 'http://ftp.debian.org/debian/'],
|
||||
]},
|
||||
|
||||
{'params': {'pkgs': 'vim,emacs'},
|
||||
'commandlines': [
|
||||
['debootstrap', '--foreign', '--arch', 'amd64',
|
||||
['debootstrap', '--foreign', '--arch', 'amd64',
|
||||
'--include', 'vim,emacs',
|
||||
'stable', 'root', 'http://ftp.debian.org/debian/'],
|
||||
]},
|
||||
|
|
Loading…
Add table
Reference in a new issue