From b27a9530be2f93c651679543b41cea39ab1fbb9e Mon Sep 17 00:00:00 2001 From: Yoshito Komatsu Date: Thu, 30 Apr 2015 15:31:33 +0900 Subject: [PATCH] Fix wrong number of arguments --- salt/modules/aptpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/modules/aptpkg.py b/salt/modules/aptpkg.py index fec2f5c68f..e73e7cc59d 100644 --- a/salt/modules/aptpkg.py +++ b/salt/modules/aptpkg.py @@ -85,7 +85,7 @@ def __virtual__(): return False -def __init__(): +def __init__(opts): ''' For Debian and derivative systems, set up a few env variables to keep apt happy and