https://www.puppet.com/community logo
Join Slack
Powered by
# voxpupuli
  • v

    VoxBot

    06/28/2022, 1:23 PM
    I would stick with systemd::timer being the actual thing that makes timers, then making systemd:⏲️:(interfaces)
  • t

    TheMeier

    06/28/2022, 1:23 PM
    i prefer a separate defined type otherwise the interface is to confusing
  • v

    VoxBot

    06/28/2022, 1:23 PM
    where (interfaces) is a set of simplified obvious usecases
  • v

    VoxBot

    06/28/2022, 1:24 PM
    Can still be 'simple' as in this is a Type=simple service unit. Nothing to do with "simple" arguments.
  • v

    VoxBot

    06/28/2022, 1:25 PM
    systemd:⏲️:single (single not simple ) ?
  • v

    VoxBot

    06/28/2022, 2:20 PM
    oh net-ssh 7.0 is out, nice
  • v

    VoxBot

    06/28/2022, 2:21 PM
    not so nice in a lot of ways
  • v

    VoxBot

    06/28/2022, 2:21 PM
    I spent a full day fixing my vagrant setup
  • v

    VoxBot

    06/28/2022, 2:22 PM
    because debian shipped net-ssh 7 and vagrant-hosts doesn't work with it
  • v

    VoxBot

    06/28/2022, 2:22 PM
    are you running Debian experimental or something?
  • v

    VoxBot

    06/28/2022, 2:22 PM
    ah, looks like it's also in testing
  • v

    VoxBot

    06/28/2022, 2:27 PM
    testing
  • v

    VoxBot

    06/28/2022, 2:27 PM
    I like generally what it gives me
  • v

    VoxBot

    06/28/2022, 2:27 PM
    but once every couple years it drops something like this on me
  • s

    Slackbot

    06/28/2022, 2:31 PM
    This message was deleted.
    o
    y
    +4
    • 7
    • 7
  • p

    Pat Riehecky

    06/28/2022, 3:29 PM
    Can I get a review of https://github.com/voxpupuli/puppet-chrony/pull/151
  • p

    Pat Riehecky

    06/28/2022, 3:29 PM
    Can I get a review of https://github.com/voxpupuli/puppet-chrony/pull/151
  • v

    vchepkov

    06/28/2022, 3:30 PM
    right/UTC
    is a valid timezone?
  • v

    vchepkov

    06/28/2022, 3:31 PM
    not
    Etc/UTC
    ?
  • v

    VoxBot

    06/28/2022, 3:31 PM
    Etc/UTC
    is,
    right/UTC
    is not
  • p

    Pat Riehecky

    06/28/2022, 3:31 PM
    .... that is odd, as that is what RHEL is defaulting to
  • p

    Pat Riehecky

    06/28/2022, 3:32 PM
    http://kenta.blogspot.com/2016/03/sqfzcxay-understanding-right-time-zone.html
  • v

    vchepkov

    06/28/2022, 3:34 PM
    it does exist, just never heard of it
  • v

    VoxBot

    06/28/2022, 3:35 PM
    that seems like right/UTC is a bad default, unless RHEL has a very good reason for it
  • p

    Pat Riehecky

    06/28/2022, 3:35 PM
    I'll confess I have no idea why that is their default, but figured the puppet defaults should probably match the vendor defaults
  • v

    vchepkov

    06/28/2022, 3:35 PM
    Copy code
    [root@rhel9-dev ~]# ls -l /usr/share/zoneinfo/right/UTC 
    -rw-r--r-- 8 root root 664 Mar 21 14:30 /usr/share/zoneinfo/right/UTC
    [root@rhel9-dev ~]# ls -l /usr/share/zoneinfo/right/Etc/UTC
    -rw-r--r-- 8 root root 664 Mar 21 14:30 /usr/share/zoneinfo/right/Etc/UTC
  • v

    VoxBot

    06/28/2022, 3:36 PM
    per the link above, the right folder in tzinfo is a set of translations of UTC time to a clock not being adjusted for leap seconds
  • v

    VoxBot

    06/28/2022, 3:37 PM
    so maybe their chrony configuration ignores leap seconds at the ntp level and adjusts at the tz level?
  • p

    Pat Riehecky

    06/28/2022, 3:38 PM
    Since it is the
    leaptz
    setting maybe it is using that to detect leapseconds?
  • l

    Lumiere

    06/28/2022, 3:42 PM
    that looks to be exactly it, https://chrony.tuxfamily.org/doc/2.1/manual.html#leapsectz-directive
1...939495...648Latest