module Devops::StackTemplatePresets class PostgresCluster < Base def template_file_extension :yml end end end