Closed
Bug 1097345
Opened 10 years ago
Closed 9 years ago
Set the timezone on Windows
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dividehex)
References
Details
(Whiteboard: [windows])
Attachments
(1 file)
(deleted),
patch
|
dustin
:
review+
dividehex
:
checked-in+
|
Details | Diff | Splinter Review |
modules/timezone/manifests/init.pp currently does nothing on Windows. It should set the timezone correctly.
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/4100]
Reporter | ||
Updated•10 years ago
|
Assignee: dustin → relops
Updated•9 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/4100] → [windows]
Assignee | ||
Updated•9 years ago
|
Assignee: relops → jwatkins
Assignee | ||
Comment 1•9 years ago
|
||
No need for fancy registry modifications. tzutil is available on 2008, 7, 8 and 10
Attachment #8638093 -
Flags: review?(dustin)
Reporter | ||
Updated•9 years ago
|
Attachment #8638093 -
Flags: review?(dustin) → review+
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8638093 [details] [diff] [review]
bug1097345-1.patch
This got checked in accidentally after attaching the wrong patch in a different bug. It was also reviewed by markco at that time
remote: https://hg.mozilla.org/build/puppet/rev/8488b7282499
remote: https://hg.mozilla.org/build/puppet/rev/a4c566b8b3fc
Attachment #8638093 -
Flags: checked-in+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Jake Watkins [:dividehex] from comment #2)
> Comment on attachment 8638093 [details] [diff] [review]
> bug1097345-1.patch
>
> This got checked in accidentally after attaching the wrong patch in a
> different bug. It was also reviewed by markco at that time
>
> remote: https://hg.mozilla.org/build/puppet/rev/8488b7282499
> remote: https://hg.mozilla.org/build/puppet/rev/a4c566b8b3fc
Apparently I failed at managing multiple puppet patches at the same time.
The correct commits are:
remote: https://hg.mozilla.org/build/puppet/rev/cc3c6458f1d0
remote: https://hg.mozilla.org/build/puppet/rev/b31482001750
You need to log in
before you can comment on or make changes to this bug.
Description
•