Page MenuHomeDevCentral

Set timezone
ClosedPublic

Authored by dereckson on Oct 23 2017, 23:59.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 17:01
Unknown Object (File)
Fri, Oct 25, 14:30
Unknown Object (File)
Tue, Oct 22, 08:51
Unknown Object (File)
Tue, Oct 22, 08:29
Unknown Object (File)
Mon, Oct 21, 06:01
Unknown Object (File)
Sun, Oct 20, 08:53
Unknown Object (File)
Oct 16 2024, 01:21
Unknown Object (File)
Oct 12 2024, 21:44
Subscribers
None

Details

Summary

States for Debian, Fedora/RedHat/CentOS and FreeBSD

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

$ salt dwellers state.apply roles/core/timezone
dwellers:
----------
          ID: /etc/localtime
    Function: file.symlink
      Result: True
     Comment: Symlink /etc/localtime is present and owned by root:root
     Started: 01:30:51.989501
    Duration: 182.073 ms
     Changes:   

Summary for dwellers
------------
Succeeded: 1
Failed:    0
------------
Total states run:     1
Total run time: 182.073 ms

$ salt-call --local state.apply roles/core/timezone
local:
----------
          ID: /var/db/zoneinfo
    Function: file.managed
      Result: True
     Comment: File /var/db/zoneinfo is in the correct state
     Started: 01:32:42.870433
    Duration: 28.743 ms
     Changes:   
----------
          ID: update_timezone
    Function: cmd.run
        Name: tzsetup Etc/UTC
      Result: True
     Comment: State was not run because none of the onchanges reqs changed
     Changes:   

Summary for local
------------
Succeeded: 2
Failed:    0
------------
Total states run:     2
Total run time:  28.743 ms
This revision is now accepted and ready to land.Oct 24 2017, 01:33
This revision was automatically updated to reflect the committed changes.