diff options
author | John Keiser <john@johnkeiser.com> | 2015-05-07 18:09:37 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-02 09:53:40 -0700 |
commit | 7f0ab6b097f9de46bdbb0b2e4460c2bfc9743974 (patch) | |
tree | ea02abd8eda5d976d2ceeeab0d7759d261dd1fd4 /lib/chef/provider/service/windows.rb | |
parent | c298a6f52a11fcbe022a75b259cf40ca9168394c (diff) | |
download | chef-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.rb | 1 |
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" |