Merge pull request #36 from chef/local-file-owner

bugfix: local file owner
This commit is contained in:
Christoph Hartmann 2015-09-22 15:41:36 +02:00
commit bc076f654d

View file

@ -148,7 +148,7 @@ module Vulcano::Backends
mode: tmask & 00777,
mtime: file_stat.mtime.to_i,
size: file_stat.size,
user: pw_username(file_stat.uid),
owner: pw_username(file_stat.uid),
group: pw_groupname(file_stat.gid),
}