mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix PID file path for SLE11
This commit is contained in:
parent
7f37961d4b
commit
4b7dab83ff
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class _Zypper(object):
|
|||
SUCCESS_EXIT_CODES = [0, 100, 101, 102, 103]
|
||||
LOCK_EXIT_CODE = 7
|
||||
XML_DIRECTIVES = ['-x', '--xmlout']
|
||||
ZYPPER_LOCK = '/run/zypp.pid'
|
||||
ZYPPER_LOCK = '/var/run/zypp.pid'
|
||||
TAG_RELEASED = 'zypper/released'
|
||||
TAG_BLOCKED = 'zypper/blocked'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue