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