Commit 17117f5b authored by Franco Fichtner's avatar Franco Fichtner

configd: fix wildcard_pos usage

parent e33a4ed2
......@@ -293,6 +293,7 @@ class Template(object):
"""
result = None
for template_name in self.iter_modules(module_name):
wildcard_pos = module_name.find('*')
if result is None:
result = list()
syslog.syslog(syslog.LOG_NOTICE, "generate template container %s" % template_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment