diff --git a/bundles/users/items.py b/bundles/users/items.py index 6f21f19..c495f90 100644 --- a/bundles/users/items.py +++ b/bundles/users/items.py @@ -61,7 +61,7 @@ for username, attrs in node.metadata['users'].items(): if exists(join(repo.path, 'data', 'users', 'files', 'tmux', '{}.conf'.format(username))): files[home + '/.tmux.conf'] = { 'content_type': 'mako', - 'source': 'tmux/{}.conf', + 'source': 'tmux/{}.conf'.format(username), } else: files[home + '/.tmux.conf'] = {