fluke/devops-service/lib/stack_template_presets/postgres_cluster.rb

7 lines
127 B
Ruby
Raw Normal View History

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