diff --git a/manifests/init.pp b/manifests/init.pp
index f9123dc5c184a1a5d907b36914cb5844601843e0..43d838ef3a3a273ae466694530b0343a3e6eda55 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -5,7 +5,7 @@ class openbright (
 ) {
   include profiles::letsencrypt
   include nginx
-  class { liurepo::postgres: version => '15' }
+  class { liurepo::postgres: version => '14' }
 
   yumrepo { 'pgdg-common':
     name     => 'pgdg-common',
@@ -23,8 +23,8 @@ class openbright (
 
   package {
     [
-      'postgresql15-server',
-      'postgis33_15',
+      'postgresql14-server',
+      'postgis33_14',
       'python3',
     ]:
       ensure => installed,