Micah
06/06/2022, 2:22 PMvchepkov
06/06/2022, 2:22 PMMicah
06/06/2022, 2:23 PMunless => "[ '$facts['timezone']' == 'UTC' ]",
vchepkov
06/06/2022, 2:25 PMunless $facts['timezone'] == 'UTC' {
exec { 'set UTC time':
command => '/usr/bin/timedatectl set-timezone UTC',
}
}
vchepkov
06/06/2022, 2:25 PMunless $facts['timezone'] == 'UTC' {
exec { 'set UTC time':
command => '/usr/bin/timedatectl set-timezone UTC',
}
}
Micah
06/06/2022, 2:25 PMvchepkov
06/06/2022, 2:26 PMvchepkov
06/06/2022, 2:26 PMCVQuesty
06/06/2022, 2:26 PMJeralds-MacBook-Pro:qualys jsheets$ facter timezone
EDT
CVQuesty
06/06/2022, 2:27 PMbinford2k
06/06/2022, 4:17 PMGavin
06/06/2022, 4:39 PMvchepkov
06/06/2022, 4:42 PMwhatsaranjit
06/06/2022, 4:42 PMGavin
06/06/2022, 4:42 PMGavin
06/06/2022, 4:42 PMwhatsaranjit
06/06/2022, 4:43 PMGavin
06/06/2022, 4:43 PMSlackbot
06/06/2022, 4:45 PMGavin
06/06/2022, 4:45 PMsadhpuxguru
06/06/2022, 5:20 PMsadhpuxguru
06/06/2022, 5:24 PMbastelfreak
06/06/2022, 5:26 PMsadhpuxguru
06/06/2022, 5:27 PMSlackbot
06/06/2022, 7:39 PMDr Bunsen Honeydew
06/06/2022, 7:39 PMpuppet-python
module at https://forge.puppet.com/puppet/python?src=slack&channel=puppettkishel
06/06/2022, 8:33 PMSlackbot
06/07/2022, 6:35 AMbastelfreak
06/07/2022, 7:35 AMfacts { name = "boardproductname"}
Willem Basson
06/07/2022, 10:11 AM