Sha256: 49b9376d4425e3f8fdede2483cf7bf5ee79cc42f78f053e4b19a619d0aff40a0
Contents?: true
Size: 666 Bytes
Versions: 14
Compression:
Stored size: 666 Bytes
Contents
require 'engineyard-serverside/cli/workflows/base' require 'engineyard-serverside/cli/workflows/helpers' require 'engineyard-serverside/maintenance' module EY module Serverside module CLI module Workflows # EnablingMaintenance is a Workflow that puts a maintenance page in # place for the application specified in the options class EnablingMaintenance < Base include Helpers private def procedure propagate_serverside maintenance.manually_enable end def task_name 'enable_maintenance' end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems