diff options
-rw-r--r-- | modules/youri-check/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/youri-check/manifests/init.pp b/modules/youri-check/manifests/init.pp index 1a992113..d83ba1a6 100644 --- a/modules/youri-check/manifests/init.pp +++ b/modules/youri-check/manifests/init.pp @@ -41,8 +41,8 @@ class youri-check { $pgsql_user = "youri${version}" $pgsql_password = extlookup('youri_pgsql','x') # We want to alert for packages older than the cut-off for latest mass rebuild - # 1745605215 is 2025-04-25 - $max_days = (time() - 1745605215)/(24*3600) + # 1745539200 is 2025-04-25 + $max_days = (time() - 1745539200)/(24*3600) file { "${config}": ensure => present, |