summaryrefslogtreecommitdiff
path: root/lib/chef/resource/service.rb
diff options
context:
space:
mode:
authorRanjib Dey <ranjib@pagerduty.com>2013-11-27 11:51:08 +0530
committerBryan McLellan <btm@opscode.com>2013-12-20 10:06:44 -0800
commitfd9a17886a008230062ee2e755494e77aa603687 (patch)
tree6ba10c4e649e28dd6a989feaf6ef1c516a0dea2d /lib/chef/resource/service.rb
parent92be0a0bd9a3643b55541dc5364928f7036f533f (diff)
downloadchef-fd9a17886a008230062ee2e755494e77aa603687.tar.gz
remove unused variable startup_type
Diffstat (limited to 'lib/chef/resource/service.rb')
-rw-r--r--lib/chef/resource/service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/service.rb b/lib/chef/resource/service.rb
index befa4be1c9..c3d009bc55 100644
--- a/lib/chef/resource/service.rb
+++ b/lib/chef/resource/service.rb
@@ -43,7 +43,6 @@ class Chef
@init_command = nil
@priority = nil
@action = "nothing"
- @startup_type = :automatic
@supports = { :restart => false, :reload => false, :status => false }
@allowed_actions.push(:enable, :disable, :start, :stop, :restart, :reload)
end