summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/windows.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-05-07 18:09:37 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-02 09:53:40 -0700
commit7f0ab6b097f9de46bdbb0b2e4460c2bfc9743974 (patch)
treeea02abd8eda5d976d2ceeeab0d7759d261dd1fd4 /lib/chef/provider/service/windows.rb
parentc298a6f52a11fcbe022a75b259cf40ca9168394c (diff)
downloadchef-7f0ab6b097f9de46bdbb0b2e4460c2bfc9743974.tar.gz
Bring back platform mapping resolution call, fix automatic ubuntu provider tests
Diffstat (limited to 'lib/chef/provider/service/windows.rb')
-rw-r--r--lib/chef/provider/service/windows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/service/windows.rb b/lib/chef/provider/service/windows.rb
index ba53f0a3c3..355ffafc2a 100644
--- a/lib/chef/provider/service/windows.rb
+++ b/lib/chef/provider/service/windows.rb
@@ -25,7 +25,6 @@ if RUBY_PLATFORM =~ /mswin|mingw32|windows/
end
class Chef::Provider::Service::Windows < Chef::Provider::Service
-
provides :service, os: "windows"
provides :windows_service, os: "windows"