puppetlabs / puppetlabs-patching_as_code

Automated Patching through desired state code
Apache License 2.0
10 stars 15 forks source link

reboot only triggered from interactive run #71

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

Describe the Bug

When puppet runs in daemon mode, my system doesn't trigger any pending reboots. However, when run by hand it does.

Expected Behavior

The puppet service should trigger reboots in the same way as an interactive run

Steps to Reproduce

Steps to reproduce the behavior:

  1. Setup a system with a scheduled reboot
  2. run puppet by hand, note triggered reboot
  3. cancel reboot
  4. run puppet service, no reboot is triggered.

Environment

Additional Context

Here are some of the relevant debugging bits:

[root@slam-puppet02 ~]# /bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
true
[root@slam-puppet02 ~]# facter -p puppet_vardir
/opt/puppetlabs/puppet/cache
[root@slam-puppet02 ~]# cat /opt/puppetlabs/facter/facts.d/patching_configuration.json | jq .
{
  "patching_as_code_config": {
    "allowlist": [],
    "blocklist": [],
    "high_priority_list": [],
    "allowlist_choco": [],
    "blocklist_choco": [],
    "high_priority_list_choco": [],
    "enable_patching": true,
    "patch_fact": "os_patching",
    "patch_group": [
      "debug"
    ],
    "patch_schedule": {
      "debug": {
        "day_of_week": "Any",
        "count_of_week": [
          1,
          2,
          3,
          4,
          5
        ],
        "hours": "00:00 - 23:00",
        "max_runs": 9001,
        "reboot": "ifneeded"
      }
    },
    "high_priority_patch_group": "never",
    "post_patch_commands": {
      "some_command_returns_0_after_patching": {
        "path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin",
        "command": "/bin/true"
      }
    },
    "pre_patch_commands": {
      "ensure_cache_is_up_to_date": {
        "path": "/usr/bin",
        "command": "/usr/bin/dnf clean expire-cache",
        "onlyif": "/usr/bin/test -e /usr/bin/dnf"
      }
    },
    "pre_reboot_commands": {
      "some_command_returns_0_if_ok_to_patch": {
        "path": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin",
        "command": "/bin/true"
      }
    },
    "patch_on_metered_links": false,
    "security_only": false,
    "patch_choco": false,
    "unsafe_process_list": []
  }
}
[root@slam-puppet02 ~]# facter -p os_patching
{
  blackouts => {
  },
  block_patching_on_warnings => "false",
  blocked => false,
  blocked_reasons => [

  ],
  last_run => {
  },
  missing_update_kbs => [

  ],
  package_update_count => 0,
  package_updates => [

  ],
  patch_window => "debug",
  pinned_packages => [

  ],
  reboot_override => "default",
  reboots => {
    app_restart_required => true,
    apps_needing_restart => {
      1 => "/usr/lib/systemd/systemd --system --deserialize 28",
      108860 => "/usr/lib/systemd/systemd-logind",
      111027 => "/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1",
      1325 => "/sbin/auditd",
      1364 => "/usr/bin/dbus-broker-launch --scope system --audit",
      1365 => "dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit",
      1375 => "/usr/sbin/chronyd -F 2",
      1381 => "/usr/sbin/ledmon --foreground",
      1385 => "/usr/libexec/low-memory-monitor",
      1393 => "/usr/lib/polkit-1/polkitd --no-debug",
      1402 => "/usr/sbin/rasdaemon -f -r",
      1405 => "/usr/sbin/rsyslogd -n",
      1438 => "/usr/sbin/smartd -n -q never --capabilities",
      1476 => "/usr/lib/systemd/systemd-machined",
      1497 => "/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid",
      1507 => "/usr/sbin/NetworkManager --no-daemon",
      175264 => "/usr/libexec/udisks2/udisksd",
      1968332 => "/usr/libexec/upowerd",
      2037 => "/sbin/agetty -o -p -- \u --noclear - linux",
      2054 => "/sbin/agetty -o -p -- \u --keep-baud 115200,57600,38400,9600 - vt220",
      2212 => "/usr/lib/systemd/systemd --user",
      2213602 => "/usr/lib/systemd/systemd-journald",
      2219 => "(sd-pam)",
      2471 => "catatonit -P",
      2472577 => "/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize",
      2547 => "/usr/bin/dbus-broker-launch --scope user",
      2548 => "dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000",
      3014959 => "/usr/bin/python3 -Es /usr/sbin/tuned -l -P",
      3017154 => "/usr/lib/systemd/systemd-oomd",
      3017156 => "/usr/lib/systemd/systemd-udevd",
      3052078 => "nginx: master process /usr/sbin/nginx",
      3052079 => "nginx: worker process",
      3052080 => "nginx: worker process",
      3052081 => "nginx: worker process",
      3052082 => "nginx: worker process",
      3052083 => "nginx: worker process",
      3052084 => "nginx: worker process",
      3052085 => "nginx: worker process",
      3052086 => "nginx: worker process",
      3052087 => "nginx: worker process",
      3052088 => "nginx: worker process",
      3052089 => "nginx: worker process",
      3052090 => "nginx: worker process",
      3052091 => "nginx: worker process",
      3052092 => "nginx: worker process",
      3052093 => "nginx: worker process",
      3052094 => "nginx: worker process",
      3052095 => "nginx: worker process",
      3052096 => "nginx: worker process",
      3052097 => "nginx: worker process",
      3052098 => "nginx: worker process",
      3052099 => "nginx: worker process",
      3052100 => "nginx: worker process",
      3052101 => "nginx: worker process",
      3052102 => "nginx: worker process",
      3058485 => "/usr/libexec/postfix/master -w",
      3058507 => "qmgr -l -t fifo -u",
      49516 => "rootlessport",
      49522 => "rootlessport-child",
      49539 => "/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe",
      680069 => "/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61",
      Updating Subscription Management repositories. => null
    },
    reboot_required => true
  },
  security_package_update_count => 0,
  security_package_updates => [

  ],
  warnings => {
  }
}
jcpunk commented 2 years ago

And the output of a puppet daemon debug run:

Sep 28 09:56:05 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:05 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:06 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:56:07 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:56:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:09 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: value for patching_as_code_choco is still nil
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) Found no suitable resolves of  1.000000or patching_as_code_choco
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) value for patching_as_code_choco is still nil
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: value for pe_patch_version is still nil
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) Found no suitable resolves of  1.000000or pe_patch_version
Sep 28 09:56:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) value for pe_patch_version is still nil
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "2472577"=>"/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "2472577"=>"/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patch_unsafe_process_active" has resolved to: false
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Sep 28 09:56:12 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code_utc_offset" has resolved to: -5.0
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seluser) Found seluser default 'system_u' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrole) Found selrole default 'object_r' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seltype) Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrange) Found selrange default 's0' for /etc/puppetlabs/puppet/patching_unsafe_processes
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching]/seluser: Found seluser default 'system_u' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching]/seluser) Found seluser default 'system_u' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching]/selrole: Found selrole default 'object_r' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching]/selrole) Found selrole default 'object_r' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching]/seltype: Found seltype default 'var_t' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching]/seltype) Found seltype default 'var_t' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching]/selrange: Found selrange default 's0' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching]/selrange) Found selrange default 's0' for /var/cache/os_patching
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seluser: Found seluser default 'system_u' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/seluser) Found seluser default 'system_u' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrole: Found selrole default 'object_r' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/selrole) Found selrole default 'object_r' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seltype: Found seltype default 'bin_t' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/seltype) Found seltype default 'bin_t' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrange: Found selrange default 's0' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/selrange) Found selrange default 's0' for /usr/local/bin/os_patching_fact_generation.sh
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/patch_window]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/patch_window]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/patch_window]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/patch_window]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/patch_window]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/patch_window]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/patch_window]/selrange: Found selrange default 's0' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/patch_window]/selrange) Found selrange default 's0' for /var/cache/os_patching/patch_window
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/pre_patching_command]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/pre_patching_command]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/pre_patching_command]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/pre_patching_command]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/pre_patching_command]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/pre_patching_command]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/pre_patching_command]/selrange: Found selrange default 's0' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/pre_patching_command]/selrange) Found selrange default 's0' for /var/cache/os_patching/pre_patching_command
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/block_patching_on_warnings]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/block_patching_on_warnings]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/block_patching_on_warnings]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrange: Found selrange default 's0' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/block_patching_on_warnings]/selrange) Found selrange default 's0' for /var/cache/os_patching/block_patching_on_warnings
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/reboot_override]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/reboot_override]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/reboot_override]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/reboot_override]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/reboot_override]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/reboot_override]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/reboot_override]/selrange: Found selrange default 's0' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/reboot_override]/selrange) Found selrange default 's0' for /var/cache/os_patching/reboot_override
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/blackout_windows]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/blackout_windows]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/blackout_windows]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/blackout_windows]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/blackout_windows]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/blackout_windows]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/var/cache/os_patching/blackout_windows]/selrange: Found selrange default 's0' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/var/cache/os_patching/blackout_windows]/selrange) Found selrange default 's0' for /var/cache/os_patching/blackout_windows
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[patching_configuration.json]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[patching_configuration.json]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[patching_configuration.json]/seltype) Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:20 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[patching_configuration.json]/selrange) Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/puppet/type/../../patching_as_code/pending_reboot.sh'
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/puppet/type/../../patching_as_code/pending_reboot.sh'
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/before: before to Stage[patch_reboot]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/before) before to Stage[patch_reboot]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]/notify: notify to Exec[os_patching::exec::fact]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]/notify) notify to Exec[os_patching::exec::fact]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]/notify: notify to Exec[os_patching::exec::fact]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]/notify) notify to Exec[os_patching::exec::fact]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]/require: require to File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]/require) require to File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/patch_window]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/patch_window]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/reboot_override]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/reboot_override]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/blackout_windows]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/blackout_windows]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require) require to File[/var/cache/os_patching/reboot_override]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/var/cache/os_patching/reboot_override]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Cron[Cache patching data]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Cron[Cache patching data at reboot]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/require: require to Anchor[patching_as_code::post]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/require) require to Anchor[patching_as_code::post]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/File[/etc/puppetlabs/puppet/patching_unsafe_processes]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/File[/etc/puppetlabs/puppet/patching_unsafe_processes]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]) Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]) Adding autorequire relationship with File[/var/cache/os_patching]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Cron[Cache patching data]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Cron[Cache patching data at reboot]) Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with File[facts-directory]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/File[patching_configuration.json]) Adding autorequire relationship with File[facts-directory]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with User[root]
Sep 28 09:56:27 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/File[patching_configuration.json]) Adding autorequire relationship with User[root]
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seltype) Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet[1893983]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:31 slam-puppet02.fnal.gov puppet-agent[1893983]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrange) Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: HTTP GET https://slam-puppet.fnal.gov:8140/puppet/v3/file_metadata/modules/os_patching/os_patching_fact_generation.sh?links=manage&checksum_type=sha256&source_permissions=ignore&environment=production returned 200 OK
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: HTTP GET https://slam-puppet.fnal.gov:8140/puppet/v3/file_metadata/modules/os_patching/os_patching_fact_generation.sh?links=manage&checksum_type=sha256&source_permissions=ignore&environment=production returned 200 OK
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]) Nothing to manage: no ensure and the resource doesn't exist
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]: ''/opt/puppetlabs/bin/puppet' facts upload' won't be executed because of failed check 'refreshonly'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]) ''/opt/puppetlabs/bin/puppet' facts upload' won't be executed because of failed check 'refreshonly'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: '/usr/local/bin/os_patching_fact_generation.sh' won't be executed because of failed check 'refreshonly'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]) '/usr/local/bin/os_patching_fact_generation.sh' won't be executed because of failed check 'refreshonly'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing check '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: (Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix)) Executing check '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet[1893983]: Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Sep 28 09:56:44 slam-puppet02.fnal.gov puppet-agent[1893983]: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/onlyif: true
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet[1893983]: Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing '/bin/true'
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/onlyif) true
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet-agent[1893983]: (Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix)) Executing '/bin/true'
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet[1893983]: Notice: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns: executed successfully (corrective)
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet[1893983]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]: The container Class[Patching_as_code] will propagate my refresh event
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet-agent[1893983]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]) The container Class[Patching_as_code] will propagate my refresh event
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet[1893983]: Debug: Class[Patching_as_code]: The container Stage[main] will propagate my refresh event
Sep 28 09:56:45 slam-puppet02.fnal.gov puppet-agent[1893983]: (Class[Patching_as_code]) The container Stage[main] will propagate my refresh event
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet[1893983]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Sep 28 09:57:09 slam-puppet02.fnal.gov puppet-agent[1893983]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Sep 28 09:57:10 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:57:10 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: value for patching_as_code_choco is still nil
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) Found no suitable resolves of  1.000000or patching_as_code_choco
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) value for patching_as_code_choco is still nil
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) Found no suitable resolves of  1.000000or pe_patch_version
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) value for pe_patch_version is still nil
Sep 28 09:57:11 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: value for pe_patch_version is still nil
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "2472577"=>"/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet[1893983]: Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "2472577"=>"/opt/puppetlabs/puppet/bin/ruby /opt/puppetlabs/puppet/bin/puppet agent --no-daemonize", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patch_unsafe_process_active" has resolved to: false
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Sep 28 09:57:13 slam-puppet02.fnal.gov puppet-agent[1893983]: (Facter) fact "patching_as_code_utc_offset" has resolved to: -5.0
jcpunk commented 2 years ago

Output from interactive debug puppet run:

Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Debug: Facter: value for patching_as_code_choco is still nil
Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Debug: Facter: value for pe_patch_version is still nil
Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/patching_unsafe_processes
Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/patching_unsafe_processes
Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/patching_unsafe_processes
Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/patching_unsafe_processes
Debug: /File[/var/cache/os_patching]/seluser: Found seluser default 'system_u' for /var/cache/os_patching
Debug: /File[/var/cache/os_patching]/selrole: Found selrole default 'object_r' for /var/cache/os_patching
Debug: /File[/var/cache/os_patching]/seltype: Found seltype default 'var_t' for /var/cache/os_patching
Debug: /File[/var/cache/os_patching]/selrange: Found selrange default 's0' for /var/cache/os_patching
Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seluser: Found seluser default 'system_u' for /usr/local/bin/os_patching_fact_generation.sh
Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrole: Found selrole default 'object_r' for /usr/local/bin/os_patching_fact_generation.sh
Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seltype: Found seltype default 'bin_t' for /usr/local/bin/os_patching_fact_generation.sh
Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrange: Found selrange default 's0' for /usr/local/bin/os_patching_fact_generation.sh
Debug: /File[/var/cache/os_patching/patch_window]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/patch_window
Debug: /File[/var/cache/os_patching/patch_window]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/patch_window
Debug: /File[/var/cache/os_patching/patch_window]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/patch_window
Debug: /File[/var/cache/os_patching/patch_window]/selrange: Found selrange default 's0' for /var/cache/os_patching/patch_window
Debug: /File[/var/cache/os_patching/pre_patching_command]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/pre_patching_command
Debug: /File[/var/cache/os_patching/pre_patching_command]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/pre_patching_command
Debug: /File[/var/cache/os_patching/pre_patching_command]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/pre_patching_command
Debug: /File[/var/cache/os_patching/pre_patching_command]/selrange: Found selrange default 's0' for /var/cache/os_patching/pre_patching_command
Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/block_patching_on_warnings
Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/block_patching_on_warnings
Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/block_patching_on_warnings
Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrange: Found selrange default 's0' for /var/cache/os_patching/block_patching_on_warnings
Debug: /File[/var/cache/os_patching/reboot_override]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/reboot_override
Debug: /File[/var/cache/os_patching/reboot_override]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/reboot_override
Debug: /File[/var/cache/os_patching/reboot_override]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/reboot_override
Debug: /File[/var/cache/os_patching/reboot_override]/selrange: Found selrange default 's0' for /var/cache/os_patching/reboot_override
Debug: /File[/var/cache/os_patching/blackout_windows]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/blackout_windows
Debug: /File[/var/cache/os_patching/blackout_windows]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/blackout_windows
Debug: /File[/var/cache/os_patching/blackout_windows]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/blackout_windows
Debug: /File[/var/cache/os_patching/blackout_windows]/selrange: Found selrange default 's0' for /var/cache/os_patching/blackout_windows
Debug: /File[patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/puppet/type/../../patching_as_code/pending_reboot.sh'
Notice: Patching as Code - Pending OS reboot detected, node will reboot at start of patch window today
Debug: /Stage[main]/before: before to Stage[patch_reboot]
Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]/notify: notify to Exec[os_patching::exec::fact]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]/notify: notify to Exec[os_patching::exec::fact]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]/require: require to File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/usr/local/bin/os_patching_fact_generation.sh]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/patch_window]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/reboot_override]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/blackout_windows]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/var/cache/os_patching/reboot_override]
Debug: /Stage[main]/Os_patching/Cron[Cache patching data]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Debug: /Reboot[Patching as Code - Pending OS reboot]/require: require to Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]
Debug: /Reboot[Patching as Code - Pending OS reboot]/before: before to Anchor[patching_as_code::start]
Debug: /Notify[Patching as Code - Performing Pending OS reboot before patching...]/require: require to Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]
Debug: /Notify[Patching as Code - Performing Pending OS reboot before patching...]/before: before to Anchor[patching_as_code::start]
Debug: /Notify[Patching as Code - Performing Pending OS reboot before patching...]/notify: notify to Reboot[Patching as Code - Pending OS reboot]
Debug: /Stage[main]/Patching_as_code/File[/etc/puppetlabs/puppet/patching_unsafe_processes]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with File[/var/cache/os_patching]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/Cron[Cache patching data]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]: Adding autorequire relationship with User[root]
Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with File[facts-directory]
Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with User[root]
Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: HTTP GET https://slam-puppet.fnal.gov:8140/puppet/v3/file_metadata/modules/os_patching/os_patching_fact_generation.sh?links=manage&checksum_type=sha256&source_permissions=ignore&environment=production returned 200 OK
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Nothing to manage: no ensure and the resource doesn't exist
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Nothing to manage: no ensure and the resource doesn't exist
Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Nothing to manage: no ensure and the resource doesn't exist
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]: ''/opt/puppetlabs/bin/puppet' facts upload' won't be executed because of failed check 'refreshonly'
Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: '/usr/local/bin/os_patching_fact_generation.sh' won't be executed because of failed check 'refreshonly'
Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing check '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/onlyif: true
Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing '/bin/true'
Notice: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns: executed successfully (corrective)
Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]: The container Class[Patching_as_code] will propagate my refresh event
Notice: Patching as Code - Performing Pending OS reboot before patching...
Notice: /Notify[Patching as Code - Performing Pending OS reboot before patching...]/message: defined 'message' as 'Patching as Code - Performing Pending OS reboot before patching...'
Info: /Notify[Patching as Code - Performing Pending OS reboot before patching...]: Scheduling refresh of Reboot[Patching as Code - Pending OS reboot]
Notice: /Reboot[Patching as Code - Pending OS reboot]: Triggered 'refresh' from 1 event
Debug: /Stage[main]/Patching_as_code/Anchor[patching_as_code::start]: Transaction canceled, skipping
Debug: Class[Patching_as_code]: Transaction canceled, skipping
Debug: Stage[patch_reboot]: Transaction canceled, skipping
Debug: Stage[patch_reboot]: Transaction canceled, skipping
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Debug: Facter: value for patching_as_code_choco is still nil
Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Debug: Facter: value for pe_patch_version is still nil
Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --system --deserialize 28", "1325"=>"/sbin/auditd", "1364"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1365"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit", "1375"=>"/usr/sbin/chronyd -F 2", "1381"=>"/usr/sbin/ledmon --foreground", "1385"=>"/usr/libexec/low-memory-monitor", "1393"=>"/usr/lib/polkit-1/polkitd --no-debug", "1402"=>"/usr/sbin/rasdaemon -f -r", "1405"=>"/usr/sbin/rsyslogd -n", "1438"=>"/usr/sbin/smartd -n -q never --capabilities", "1476"=>"/usr/lib/systemd/systemd-machined", "1497"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1507"=>"/usr/sbin/NetworkManager --no-daemon", "2037"=>"/sbin/agetty -o -p -- \\u --noclear - linux", "2054"=>"/sbin/agetty -o -p -- \\u --keep-baud 115200,57600,38400,9600 - vt220", "2212"=>"/usr/lib/systemd/systemd --user", "2219"=>"(sd-pam)", "2471"=>"catatonit -P", "2547"=>"/usr/bin/dbus-broker-launch --scope user", "2548"=>"dbus-broker --log 4 --controller 9 --machine-id 1403784f2bd741868e2192f0965b09f8 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000", "49516"=>"rootlessport", "49522"=>"rootlessport-child", "49539"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "108860"=>"/usr/lib/systemd/systemd-logind", "111027"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "175264"=>"/usr/libexec/udisks2/udisksd", "680069"=>"/usr/bin/conmon --api-version 1 -c 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -u 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata -p /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 9fa4cc991ad1e7fa72b03e170f0246ab7d3975e2f6b1edb31a18df4db1d85b61", "1968332"=>"/usr/libexec/upowerd", "2213602"=>"/usr/lib/systemd/systemd-journald", "3014959"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "3017154"=>"/usr/lib/systemd/systemd-oomd", "3017156"=>"/usr/lib/systemd/systemd-udevd", "3052078"=>"nginx: master process /usr/sbin/nginx", "3052079"=>"nginx: worker process", "3052080"=>"nginx: worker process", "3052081"=>"nginx: worker process", "3052082"=>"nginx: worker process", "3052083"=>"nginx: worker process", "3052084"=>"nginx: worker process", "3052085"=>"nginx: worker process", "3052086"=>"nginx: worker process", "3052087"=>"nginx: worker process", "3052088"=>"nginx: worker process", "3052089"=>"nginx: worker process", "3052090"=>"nginx: worker process", "3052091"=>"nginx: worker process", "3052092"=>"nginx: worker process", "3052093"=>"nginx: worker process", "3052094"=>"nginx: worker process", "3052095"=>"nginx: worker process", "3052096"=>"nginx: worker process", "3052097"=>"nginx: worker process", "3052098"=>"nginx: worker process", "3052099"=>"nginx: worker process", "3052100"=>"nginx: worker process", "3052101"=>"nginx: worker process", "3052102"=>"nginx: worker process", "3058485"=>"/usr/libexec/postfix/master -w", "3058507"=>"qmgr -l -t fifo -u"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
kreeuwijk commented 2 years ago

Strange, it seems your Puppet run is getting aborted for some reason

Debug: /Stage[main]/Patching_as_code/Anchor[patching_as_code::start]: Transaction canceled, skipping
Debug: Class[Patching_as_code]: Transaction canceled, skipping
Debug: Stage[patch_reboot]: Transaction canceled, skipping
Debug: Stage[patch_reboot]: Transaction canceled, skipping

This Transaction canceled is preventing the reboot resource from being applied. I'll see if I can replicate the behavior. Are you seeing anything in the logs that would indicate something failed during the run?

kreeuwijk commented 2 years ago

Unable to replicate with Puppet 7.14.0 on CentOS 7 and 8. I'll update to PE 2021.7 for agent version 7.18.0. Possibly the issue has to do with CentOS Stream 9 though. Does the problem occur for you on CentOS 7/8 as well, or only on 9?

jcpunk commented 2 years ago

My logs rotated, I'm not showing any cancled events in the summary:

Oct 04 00:01:57 slam-puppet02.fnal.gov puppet-agent[288041]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 00:46:55 slam-puppet02.fnal.gov puppet-agent[308239]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 01:31:57 slam-puppet02.fnal.gov puppet-agent[327899]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 02:16:55 slam-puppet02.fnal.gov puppet-agent[345538]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 03:01:56 slam-puppet02.fnal.gov puppet-agent[365129]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 03:46:55 slam-puppet02.fnal.gov puppet-agent[384683]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 04:31:56 slam-puppet02.fnal.gov puppet-agent[404189]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 05:16:55 slam-puppet02.fnal.gov puppet-agent[421940]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 06:01:57 slam-puppet02.fnal.gov puppet-agent[441689]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 06:46:57 slam-puppet02.fnal.gov puppet-agent[461289]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 07:31:56 slam-puppet02.fnal.gov puppet-agent[480928]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 08:16:56 slam-puppet02.fnal.gov puppet-agent[498603]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/errorcodes.txt
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/metered_link.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.ps1
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/type/patch_package.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/dedupe_arch.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/high_prio_last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seltype: Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/seltype) Found seltype default 'lib_t' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrange: Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:19 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb]/selrange) Found selrange default 's0' for /opt/puppetlabs/puppet/cache/lib/puppet/functions/patching_as_code/last_run.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:45:21 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:45:22 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:22 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) Found no suitable resolves of  1.000000or patching_as_code_choco
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: value for patching_as_code_choco is still nil
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) value for patching_as_code_choco is still nil
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) Found no suitable resolves of  1.000000or pe_patch_version
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: value for pe_patch_version is still nil
Oct 04 08:45:23 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) value for pe_patch_version is still nil
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --switched-root --system --deserialize 17", "1218"=>"/usr/lib/systemd/systemd-journald", "1241"=>"/usr/lib/systemd/systemd-udevd", "1476"=>"/usr/bin/rpcbind -w -f", "1479"=>"/usr/lib/systemd/systemd-oomd", "1503"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1537"=>"/usr/lib/polkit-1/polkitd --no-debug", "1545"=>"/usr/sbin/rsyslogd -n", "1606"=>"/usr/sbin/smartd -n -q never --capabilities", "1607"=>"/usr/sbin/sssd -i --logger=files", "1612"=>"/usr/lib/systemd/systemd-machined", "1616"=>"/usr/libexec/sssd/sssd_be --domain SLAM_FERRY --uid 0 --gid 0 --logger=files", "1617"=>"/usr/libexec/sssd/sssd_be --domain SLAM_STAFF --uid 0 --gid 0 --logger=files", "1618"=>"/usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files", "1619"=>"/usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --logger=files", "1637"=>"/usr/lib/systemd/systemd-logind", "1645"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1649"=>"/usr/sbin/NetworkManager --no-daemon", "1669"=>"/usr/sbin/oddjobd -n -p /run/oddjobd.pid -t 300", "1678"=>"sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups", "1680"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "2318"=>"/usr/sbin/atd -f", "2468"=>"/usr/lib/systemd/systemd --user", "2512"=>"(sd-pam)", "2759"=>"/usr/bin/dbus-broker-launch --scope user", "2812"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "2863"=>"/usr/bin/conmon --api-version 1 -c 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -u 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata -p /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3", "2865"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "3474"=>"/usr/bin/conmon --api-version 1 -c 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -u 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata -p /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/pidfile -n puppet-puppetserver --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61", "125422"=>"/usr/libexec/udisks2/udisksd"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --switched-root --system --deserialize 17", "1218"=>"/usr/lib/systemd/systemd-journald", "1241"=>"/usr/lib/systemd/systemd-udevd", "1476"=>"/usr/bin/rpcbind -w -f", "1479"=>"/usr/lib/systemd/systemd-oomd", "1503"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1537"=>"/usr/lib/polkit-1/polkitd --no-debug", "1545"=>"/usr/sbin/rsyslogd -n", "1606"=>"/usr/sbin/smartd -n -q never --capabilities", "1607"=>"/usr/sbin/sssd -i --logger=files", "1612"=>"/usr/lib/systemd/systemd-machined", "1616"=>"/usr/libexec/sssd/sssd_be --domain SLAM_FERRY --uid 0 --gid 0 --logger=files", "1617"=>"/usr/libexec/sssd/sssd_be --domain SLAM_STAFF --uid 0 --gid 0 --logger=files", "1618"=>"/usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files", "1619"=>"/usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --logger=files", "1637"=>"/usr/lib/systemd/systemd-logind", "1645"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1649"=>"/usr/sbin/NetworkManager --no-daemon", "1669"=>"/usr/sbin/oddjobd -n -p /run/oddjobd.pid -t 300", "1678"=>"sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups", "1680"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "2318"=>"/usr/sbin/atd -f", "2468"=>"/usr/lib/systemd/systemd --user", "2512"=>"(sd-pam)", "2759"=>"/usr/bin/dbus-broker-launch --scope user", "2812"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "2863"=>"/usr/bin/conmon --api-version 1 -c 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -u 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata -p /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3", "2865"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "3474"=>"/usr/bin/conmon --api-version 1 -c 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -u 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata -p /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/pidfile -n puppet-puppetserver --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61", "125422"=>"/usr/libexec/udisks2/udisksd"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patch_unsafe_process_active" has resolved to: false
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Oct 04 08:45:25 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code_utc_offset" has resolved to: -5.0
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seluser: Found seluser default 'system_u' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seluser) Found seluser default 'system_u' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrole: Found selrole default 'object_r' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrole) Found selrole default 'object_r' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seltype: Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/seltype) Found seltype default 'puppet_etc_t' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrange: Found selrange default 's0' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/etc/puppetlabs/puppet/patching_unsafe_processes]/selrange) Found selrange default 's0' for /etc/puppetlabs/puppet/patching_unsafe_processes
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching]/seluser: Found seluser default 'system_u' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching]/seluser) Found seluser default 'system_u' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching]/selrole: Found selrole default 'object_r' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching]/selrole) Found selrole default 'object_r' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching]/seltype: Found seltype default 'var_t' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching]/seltype) Found seltype default 'var_t' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching]/selrange: Found selrange default 's0' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching]/selrange) Found selrange default 's0' for /var/cache/os_patching
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seluser: Found seluser default 'system_u' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/seluser) Found seluser default 'system_u' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrole: Found selrole default 'object_r' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/selrole) Found selrole default 'object_r' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/seltype: Found seltype default 'bin_t' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/seltype) Found seltype default 'bin_t' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/usr/local/bin/os_patching_fact_generation.sh]/selrange: Found selrange default 's0' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/usr/local/bin/os_patching_fact_generation.sh]/selrange) Found selrange default 's0' for /usr/local/bin/os_patching_fact_generation.sh
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/patch_window]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/patch_window]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/patch_window]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/patch_window]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/patch_window]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/patch_window]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/patch_window]/selrange: Found selrange default 's0' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/patch_window]/selrange) Found selrange default 's0' for /var/cache/os_patching/patch_window
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/pre_patching_command]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/pre_patching_command]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/pre_patching_command]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/pre_patching_command]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/pre_patching_command]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/pre_patching_command]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/pre_patching_command]/selrange: Found selrange default 's0' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/pre_patching_command]/selrange) Found selrange default 's0' for /var/cache/os_patching/pre_patching_command
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/block_patching_on_warnings]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/block_patching_on_warnings]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/block_patching_on_warnings]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/block_patching_on_warnings]/selrange: Found selrange default 's0' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/block_patching_on_warnings]/selrange) Found selrange default 's0' for /var/cache/os_patching/block_patching_on_warnings
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/reboot_override]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/reboot_override]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/reboot_override]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/reboot_override]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/reboot_override]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/reboot_override]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/reboot_override]/selrange: Found selrange default 's0' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/reboot_override]/selrange) Found selrange default 's0' for /var/cache/os_patching/reboot_override
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/blackout_windows]/seluser: Found seluser default 'system_u' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/blackout_windows]/seluser) Found seluser default 'system_u' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/blackout_windows]/selrole: Found selrole default 'object_r' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/blackout_windows]/selrole) Found selrole default 'object_r' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/blackout_windows]/seltype: Found seltype default 'var_t' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/blackout_windows]/seltype) Found seltype default 'var_t' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/var/cache/os_patching/blackout_windows]/selrange: Found selrange default 's0' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/var/cache/os_patching/blackout_windows]/selrange) Found selrange default 's0' for /var/cache/os_patching/blackout_windows
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[patching_configuration.json]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[patching_configuration.json]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[patching_configuration.json]/seltype) Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:33 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[patching_configuration.json]/selrange) Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/puppet/type/../../patching_as_code/pending_reboot.sh'
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/puppet/type/../../patching_as_code/pending_reboot.sh'
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/before: before to Stage[patch_reboot]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/before) before to Stage[patch_reboot]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]/notify: notify to Exec[os_patching::exec::fact]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]/notify) notify to Exec[os_patching::exec::fact]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]/notify: notify to Exec[os_patching::exec::fact]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]/notify) notify to Exec[os_patching::exec::fact]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]/require: require to File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]/require) require to File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/patch_window]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/patch_window]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/reboot_override]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/reboot_override]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe: subscribe to File[/var/cache/os_patching/blackout_windows]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]/subscribe) subscribe to File[/var/cache/os_patching/blackout_windows]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require) require to File[/var/cache/os_patching/reboot_override]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]/require: require to File[/var/cache/os_patching/reboot_override]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Cron[Cache patching data]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]/require: require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Cron[Cache patching data at reboot]/require) require to File[/usr/local/bin/os_patching_fact_generation.sh]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/require: require to Anchor[patching_as_code::post]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/require) require to Anchor[patching_as_code::post]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/File[/etc/puppetlabs/puppet/patching_unsafe_processes]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/File[/etc/puppetlabs/puppet/patching_unsafe_processes]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/usr/local/bin/os_patching_fact_generation.sh]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]) Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/patch_window]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]) Adding autorequire relationship with File[/var/cache/os_patching]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Cron[Cache patching data at reboot]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/reboot_override]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with File[facts-directory]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/File[patching_configuration.json]: Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Cron[Cache patching data]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Cron[Cache patching data at reboot]) Adding autorequire relationship with User[root]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/File[patching_configuration.json]) Adding autorequire relationship with File[facts-directory]
Oct 04 08:45:40 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/File[patching_configuration.json]) Adding autorequire relationship with User[root]
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seluser: Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seluser) Found seluser default 'system_u' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrole: Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrole) Found selrole default 'object_r' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seltype: Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/seltype) Found seltype default 'usr_t' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet[515731]: Debug: /File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrange: Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:43 slam-puppet02.fnal.gov puppet-agent[515731]: (/File[/opt/puppetlabs/facter/facts.d/patching_configuration.json]/selrange) Found selrange default 's0' for /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: HTTP GET https://slam-puppet.fnal.gov:8140/puppet/v3/file_metadata/modules/os_patching/os_patching_fact_generation.sh?links=manage&checksum_type=sha256&source_permissions=ignore&environment=production returned 200 OK
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: HTTP GET https://slam-puppet.fnal.gov:8140/puppet/v3/file_metadata/modules/os_patching/os_patching_fact_generation.sh?links=manage&checksum_type=sha256&source_permissions=ignore&environment=production returned 200 OK
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]: Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/pre_patching_command]) Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]: Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/block_patching_on_warnings]) Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]: Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/File[/var/cache/os_patching/blackout_windows]) Nothing to manage: no ensure and the resource doesn't exist
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]: ''/opt/puppetlabs/bin/puppet' facts upload' won't be executed because of failed check 'refreshonly'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact_upload]) ''/opt/puppetlabs/bin/puppet' facts upload' won't be executed because of failed check 'refreshonly'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Os_patching/Exec[os_patching::exec::fact]: '/usr/local/bin/os_patching_fact_generation.sh' won't be executed because of failed check 'refreshonly'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Os_patching/Exec[os_patching::exec::fact]) '/usr/local/bin/os_patching_fact_generation.sh' won't be executed because of failed check 'refreshonly'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing check '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: (Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix)) Executing check '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet-agent[515731]: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Oct 04 08:45:54 slam-puppet02.fnal.gov puppet[515731]: Debug: Executing: '/bin/sh /opt/puppetlabs/puppet/cache/lib/patching_as_code/pending_reboot.sh | grep true'
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/onlyif: true
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/onlyif) true
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet[515731]: Debug: Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix): Executing '/bin/true'
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet-agent[515731]: (Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch](provider=posix)) Executing '/bin/true'
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet[515731]: Notice: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns: executed successfully (corrective)
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]/returns) executed successfully (corrective)
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet[515731]: Debug: /Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]: The container Class[Patching_as_code] will propagate my refresh event
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet-agent[515731]: (/Stage[main]/Patching_as_code/Exec[Patching as Code - Before reboot - some_command_returns_0_if_ok_to_patch]) The container Class[Patching_as_code] will propagate my refresh event
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet[515731]: Debug: Class[Patching_as_code]: The container Stage[main] will propagate my refresh event
Oct 04 08:45:56 slam-puppet02.fnal.gov puppet-agent[515731]: (Class[Patching_as_code]) The container Stage[main] will propagate my refresh event
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet[515731]: Debug: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_choco.rb
Oct 04 08:46:12 slam-puppet02.fnal.gov puppet-agent[515731]: Loading facts from /opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb
Oct 04 08:46:13 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:46:13 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) external fact patching_as_code_config got resolved from: /opt/puppetlabs/facter/facts.d/patching_configuration.json
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact os_patching got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/os_patching.rb", 11]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patch_unsafe_process_active got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patch_unsafe_process_active.rb", 3]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patching_as_code got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code.rb", 1]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) Found no suitable resolves of  1.000000or patching_as_code_choco
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: Found no suitable resolves of  1.000000or patching_as_code_choco
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: value for patching_as_code_choco is still nil
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) value for patching_as_code_choco is still nil
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) custom fact patching_as_code_utc_offset got resolved from: ["/opt/puppetlabs/puppet/cache/lib/facter/patching_as_code_utc_offset.rb", 3]
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) Found no suitable resolves of  1.000000or pe_patch_version
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: Found no suitable resolves of  1.000000or pe_patch_version
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: value for pe_patch_version is still nil
Oct 04 08:46:14 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) value for pe_patch_version is still nil
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --switched-root --system --deserialize 17", "1218"=>"/usr/lib/systemd/systemd-journald", "1241"=>"/usr/lib/systemd/systemd-udevd", "1476"=>"/usr/bin/rpcbind -w -f", "1479"=>"/usr/lib/systemd/systemd-oomd", "1503"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1537"=>"/usr/lib/polkit-1/polkitd --no-debug", "1545"=>"/usr/sbin/rsyslogd -n", "1606"=>"/usr/sbin/smartd -n -q never --capabilities", "1607"=>"/usr/sbin/sssd -i --logger=files", "1612"=>"/usr/lib/systemd/systemd-machined", "1616"=>"/usr/libexec/sssd/sssd_be --domain SLAM_FERRY --uid 0 --gid 0 --logger=files", "1617"=>"/usr/libexec/sssd/sssd_be --domain SLAM_STAFF --uid 0 --gid 0 --logger=files", "1618"=>"/usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files", "1619"=>"/usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --logger=files", "1637"=>"/usr/lib/systemd/systemd-logind", "1645"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1649"=>"/usr/sbin/NetworkManager --no-daemon", "1669"=>"/usr/sbin/oddjobd -n -p /run/oddjobd.pid -t 300", "1678"=>"sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups", "1680"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "2318"=>"/usr/sbin/atd -f", "2468"=>"/usr/lib/systemd/systemd --user", "2512"=>"(sd-pam)", "2759"=>"/usr/bin/dbus-broker-launch --scope user", "2812"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "2863"=>"/usr/bin/conmon --api-version 1 -c 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -u 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata -p /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3", "2865"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "3474"=>"/usr/bin/conmon --api-version 1 -c 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -u 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata -p /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/pidfile -n puppet-puppetserver --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61", "125422"=>"/usr/libexec/udisks2/udisksd"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code_config" has resolved to: {"allowlist"=>[], "blocklist"=>[], "high_priority_list"=>[], "allowlist_choco"=>[], "blocklist_choco"=>[], "high_priority_list_choco"=>[], "enable_patching"=>true, "patch_fact"=>"os_patching", "patch_group"=>["debug"], "patch_schedule"=>{"debug"=>{"day_of_week"=>"Any", "count_of_week"=>[1, 2, 3, 4, 5], "hours"=>"00:00 - 23:00", "max_runs"=>9001, "reboot"=>"ifneeded"}}, "high_priority_patch_group"=>"never", "post_patch_commands"=>{"some_command_returns_0_after_patching"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "pre_patch_commands"=>{"ensure_cache_is_up_to_date"=>{"path"=>"/usr/bin", "command"=>"/usr/bin/dnf clean expire-cache", "onlyif"=>"/usr/bin/test -e /usr/bin/dnf"}}, "pre_reboot_commands"=>{"some_command_returns_0_if_ok_to_patch"=>{"path"=>"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bin:/opt/slam/bin", "command"=>"/bin/true"}}, "patch_on_metered_links"=>false, "security_only"=>false, "patch_choco"=>false, "unsafe_process_list"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patch_unsafe_process_active" has resolved to: false
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Debug: Facter: fact "patching_as_code_utc_offset" has resolved to: -5.0
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "os_patching" has resolved to: {"package_updates"=>[], "package_update_count"=>0, "missing_update_kbs"=>[], "security_package_updates"=>[], "security_package_update_count"=>0, "blackouts"=>{}, "pinned_packages"=>[], "last_run"=>{}, "patch_window"=>"debug", "reboot_override"=>"default", "reboots"=>{"reboot_required"=>true, "apps_needing_restart"=>{"Updating Subscription Management repositories."=>nil, "1"=>"/usr/lib/systemd/systemd --switched-root --system --deserialize 17", "1218"=>"/usr/lib/systemd/systemd-journald", "1241"=>"/usr/lib/systemd/systemd-udevd", "1476"=>"/usr/bin/rpcbind -w -f", "1479"=>"/usr/lib/systemd/systemd-oomd", "1503"=>"/usr/bin/dbus-broker-launch --scope system --audit", "1537"=>"/usr/lib/polkit-1/polkitd --no-debug", "1545"=>"/usr/sbin/rsyslogd -n", "1606"=>"/usr/sbin/smartd -n -q never --capabilities", "1607"=>"/usr/sbin/sssd -i --logger=files", "1612"=>"/usr/lib/systemd/systemd-machined", "1616"=>"/usr/libexec/sssd/sssd_be --domain SLAM_FERRY --uid 0 --gid 0 --logger=files", "1617"=>"/usr/libexec/sssd/sssd_be --domain SLAM_STAFF --uid 0 --gid 0 --logger=files", "1618"=>"/usr/libexec/sssd/sssd_nss --uid 0 --gid 0 --logger=files", "1619"=>"/usr/libexec/sssd/sssd_pam --uid 0 --gid 0 --logger=files", "1637"=>"/usr/lib/systemd/systemd-logind", "1645"=>"/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid", "1649"=>"/usr/sbin/NetworkManager --no-daemon", "1669"=>"/usr/sbin/oddjobd -n -p /run/oddjobd.pid -t 300", "1678"=>"sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups", "1680"=>"/usr/bin/python3 -Es /usr/sbin/tuned -l -P", "2318"=>"/usr/sbin/atd -f", "2468"=>"/usr/lib/systemd/systemd --user", "2512"=>"(sd-pam)", "2759"=>"/usr/bin/dbus-broker-launch --scope user", "2812"=>"/usr/bin/conmon --api-version 1 -c 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -u 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata -p /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/pidfile -n puppet-pod-infra --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 8177c3271ba2266b4f92f30263db68aa41006cdff9ca2099a96bf9355b8368fe", "2863"=>"/usr/bin/conmon --api-version 1 -c 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -u 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata -p /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/pidfile -n puppet-puppetboard --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 90d52d3e97aab85763b15d298d54de67e7b09bddca627484124bca5c2c82cae3", "2865"=>"/usr/bin/conmon --api-version 1 -c a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -u a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata -p /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/pidfile -n puppet-puppetdb --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg a7db26200a17c971e578c82b717340e3bdfc6ee5b5c9a872f449925afde752f1", "3474"=>"/usr/bin/conmon --api-version 1 -c 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -u 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61 -r /usr/bin/crun -b /home/puppet/.local/share/containers/storage/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata -p /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/pidfile -n puppet-puppetserver --exit-dir /run/user/47732/libpod/tmp/exits --full-attach -s -l journald --log-level warning --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/oci-log --conmon-pidfile /run/user/47732/containers/overlay-containers/328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/puppet/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/47732/containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/47732/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg  --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/puppet/.local/share/containers/storage/volumes --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg 328f0eac7b7d3b66521c9de38f05aebfc3f4cfb0ab8e170e64b3e3ae7eba4d61", "125422"=>"/usr/libexec/udisks2/udisksd"}, "app_restart_required"=>true}, "block_patching_on_warnings"=>"false", "warnings"=>{}, "blocked"=>false, "blocked_reasons"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patch_unsafe_process_active" has resolved to: false
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code" has resolved to: {"last_patch_run"=>"", "days_since_last_patch_run"=>0, "patches_installed_on_last_run"=>[], "choco_patches_installed_on_last_run"=>[], "last_high_prio_patch_run"=>"", "days_since_last_high_prio_patch_run"=>0, "patches_installed_on_last_high_prio_run"=>[], "choco_patches_installed_on_last_high_prio_run"=>[]}
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet-agent[515731]: (Facter) fact "patching_as_code_utc_offset" has resolved to: -5.0

with this report

Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Application:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:          Run mode: agent
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Initial environment: production
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Converged environment: production
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Changes:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:             Total: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Events:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Success: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:             Total: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Resources:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Changed: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Corrective change: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:       Out of sync: 1
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Skipped: 2
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:             Total: 965
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Time:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:         File line: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:          Schedule: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:       Concat file: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:            Anchor: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:             Group: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Tcp conn validator: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Concat fragment: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:              User: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Selinux fcontext: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Yumrepo: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:      Selinux port: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Puppet agent end run: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:              Cron: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Kernel parameter: 0.01
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:       Ini setting: 0.03
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:       Grub config: 0.05
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:          Shellvar: 0.06
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:      Alternatives: 0.07
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:         Posix acl: 0.09
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:        Selboolean: 0.10
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:            Sysctl: 0.31
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:            Augeas: 0.39
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Convert catalog: 1.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Firewalld service: 1.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Firewalld rich rule: 1.02
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Service: 1.02
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:              File: 1.32
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Package: 1.71
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:       Plugin sync: 1.92
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:              Exec: 12.46
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:          Last run: 1664891176
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Firewalld zone: 3.60
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Transaction evaluation: 37.59
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Catalog application: 37.78
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Resubmit facts: 4.14
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Fact generation: 4.60
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Reboot if pending: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:    Config retrieval: 7.18
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:           Vcsrepo: 7.31
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:        Filebucket: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:         Mailalias: 0.00
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:             Total: 57.63
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]: Version:
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:            Config: 3dc6a3c756228c4920876d21e0d34532a20bb1a9
Oct 04 08:46:16 slam-puppet02.fnal.gov puppet[515731]:            Puppet: 7.19.0
kreeuwijk commented 2 years ago

Also unable to reproduce with PE 2021.7.0 (agent 7.18.0). Trying CentOS Stream 9 next.

kreeuwijk commented 2 years ago

Fixed in v1.1.7 of the module, now available on the Forge