Class: ChefInstance::Service::Runit

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

Overview

A Superclass managing Runit.

Instance Method Summary collapse

Methods inherited from Template

#create, #destroy, #disable, #enable

Constructor Details

#initialize(new_resource, run_context = nil) ⇒ Runit

Construct a new ChefInstance::Service::Runit.

Parameters:

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


10
11
12
# File 'lib/chef_instance/service/runit.rb', line 10

def initialize(new_resource, run_context = nil)
  super
end