Class: ChefInstance::Service::Init

Inherits:
Template
  • Object
show all
Defined in:
lib/chef_instance/service/init.rb

Overview

A Superclass managing Init.

Instance Method Summary collapse

Methods inherited from Template

#create, #destroy, #disable, #enable

Constructor Details

#initialize(new_resource, run_context = nil) ⇒ Init

Construct a new ChefInstance::Service::Init.

Parameters:

  • new_resource (Chef::Resource)
  • run_context (Chef::RunContext) (defaults to: nil)


11
12
13
# File 'lib/chef_instance/service/init.rb', line 11

def initialize(new_resource, run_context = nil)
  super
end