mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Cleanup code
This commit is contained in:
parent
80f45defae
commit
e191f338c7
1 changed files with 0 additions and 8 deletions
|
@ -38,13 +38,6 @@ class KiwiExporter(object):
|
|||
:param data:
|
||||
:return:
|
||||
'''
|
||||
# self._data.configuration = {}
|
||||
# self._data.identity = {}
|
||||
# self._data.system = {}
|
||||
# self._data.software = {}
|
||||
# self._data.services = {}
|
||||
# self._data.payload = {}
|
||||
|
||||
for obj, data in descr.items():
|
||||
setattr(self._data, obj, data)
|
||||
|
||||
|
@ -176,7 +169,6 @@ class KiwiExporter(object):
|
|||
|
||||
return pkgs
|
||||
|
||||
|
||||
def _set_description(self, node):
|
||||
'''
|
||||
Create a system description.
|
||||
|
|
Loading…
Add table
Reference in a new issue