class Kitsune::Kit::Commands::Init

def copy_docker_templates

def copy_docker_templates
  dest_path = ".kitsune/docker/postgres.yml"
  copy_with_prompt(blueprint_path("docker/postgres.yml"), dest_path)
end