Fix method undefined in heredoc

This commit is contained in:
2026-04-11 14:52:29 +04:00
parent a89db454d0
commit c92f9157a5
2 changed files with 5 additions and 10 deletions

View File

@@ -39,13 +39,5 @@ class Chef
def postgresql_version
node['kosmos_postgresql']['postgresql_version']
end
def postgresql_service
"postgresql@#{postgresql_version}-main"
end
def postgresql_data_dir
"/var/lib/postgresql/#{postgresql_version}/main"
end
end
end