Skip to content
Snippets Groups Projects
Commit 03ddfe2f authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Minior changes on fetchpackages.py

parent 53723044
No related branches found
No related tags found
No related merge requests found
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from django.utils import timezone
from salt_observer.models import Minion from salt_observer.models import Minion
from . import ApiCommand from . import ApiCommand
...@@ -8,7 +7,7 @@ import json ...@@ -8,7 +7,7 @@ import json
class Command(ApiCommand, BaseCommand): class Command(ApiCommand, BaseCommand):
help = 'Fetch and save new data from all servers' help = 'Fetch and save packagedata'
def save_packages(self, api): def save_packages(self, api):
packages = api.get_server_module_data('pkg.list_pkgs') packages = api.get_server_module_data('pkg.list_pkgs')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment