diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-28 19:34:48 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-28 19:34:48 -0700 |
commit | 8f1adc863048a24bf245254b37f87765fcf11e34 (patch) | |
tree | 87383de468a7052a48d4942e2bbf5a60470b8e94 /lib/chef | |
parent | 30a5d1ca70425a7dd9e4b4e3a76c48348a5962b8 (diff) | |
download | chef-nexentacore.tar.gz |
Chefstyle fixnexentacore
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/resource/windows_service.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_service.rb b/lib/chef/resource/windows_service.rb index 5920f61011..779c0e22ad 100644 --- a/lib/chef/resource/windows_service.rb +++ b/lib/chef/resource/windows_service.rb @@ -147,7 +147,6 @@ class Chef ``` DOC - allowed_actions :configure_startup, :create, :delete, :configure property :timeout, Integer, |