lib/ohai/plugins/os.rb in ohai-8.10.0 vs lib/ohai/plugins/os.rb in ohai-8.11.1

- old
+ new

@@ -14,14 +14,14 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require 'ohai/mixin/os' +require "ohai/mixin/os" Ohai.plugin(:OS) do provides "os", "os_version" - depends 'kernel' + depends "kernel" collect_data do os collect_os os_version kernel[:release] end