Skip to content
Snippets Groups Projects
init.sls 261 B
Newer Older
  • Learn to ignore specific revisions
  • {% from "hshbase/map.jinja" import hshbase with context %}
    
    
    {# ensuring this is purged is enough, so systemd-timesyncd will work #}
    
    hsh_purge_legacy_ntp:
      pkg.purged:
    
        - name: ntp
    
    hsh_server_timezone:
      timezone.system:
        - name: {{ hshbase.time.zone }}