Sha256: 8926186eb66b1ccd67ed2d1ad6f88974e849c165267bba7d850fd204cf9808ba

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

module ActiveScripts
  module Packages
    class Nginx < ActiveScripts::Packages::Base

      # INFO: ActiveScripts::Packages::Nginx contains code that
      #   execute the Nginx package.

      private

      def install
        notify_command_todo!
      end

      def upgrade
        notify_command_todo!
      end

      def uninstall
        notify_command_todo!
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_scripts-0.1.0 lib/active_scripts/packages/nginx.rb