[trivial] Resync charm-helpers

This commit is contained in:
James Page 2014-12-15 09:23:46 +00:00
parent cdd855ac62
commit c73fe18808
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@ def render(source, target, context, owner='root', group='root',
level=hookenv.ERROR)
raise e
content = template.render(context)
host.mkdir(os.path.dirname(target))
host.mkdir(os.path.dirname(target), owner, group)
host.write_file(target, content, owner, group, perms)