Add missing argument

This commit is contained in:
VirtuBox
2019-08-19 17:46:49 +02:00
parent 0eccf30409
commit 6a7f741c3f

View File

@@ -167,12 +167,12 @@ def post_pref(self, apt_packages, packages):
if not os.path.isfile('{0}/gzip.conf.disabled'.format(ngxcnf)):
data = dict()
WOTemplate.tmpl_render(self, '{0}/gzip.conf',
'gzip.mustache')
'gzip.mustache', data)
if not os.path.isfile('{0}/brotli.conf'):
WOTemplate.tmpl_render(self,
'{0}/brotli.conf.disabled',
'brotli.mustache')
'brotli.mustache', data)
WOTemplate.tmpl_render(self, '{0}/tweaks.conf',
'tweaks.mustache')