Bug #555
Installation scripts for puppet and facter do not overwrite if target file is same as source
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.25.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
At the very least, it would be nice if the mtime were updated on the target file.
History
Updated by Luke Kanies almost 5 years ago
- Status changed from 1 to Closed
- 7 set to wontfix
The install script just uses the builtin FileUtils.install command, and this isn’t something I’m likely to fix.