Skip to content
Snippets Groups Projects
Commit c67f6b54 authored by Bart Vanbrabant's avatar Bart Vanbrabant
Browse files

Bugfix in handler

parent fc458381
No related branches found
Tags 0.4.1
No related merge requests found
author: Inmanta <code@inmanta.com>
license: Apache 2.0
name: apt
version: 0.4.0
version: 0.4.1
compiler_version: 2017.1
......@@ -103,8 +103,7 @@ class AptPackage(ResourceHandler):
if result[2] > 0:
raise Exception("An error occured while executing apt: " + result[1])
def do_changes(self, ctx, resource):
changes = self.list_changes(ctx, resource)
def do_changes(self, ctx, resource, changes):
changed = False
env = {"LANG": "C", "DEBCONF_NONINTERACTIVE_SEEN": "true", "DEBIAN_FRONTEND": "noninteractive",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment