Sha256: a8b9f97c20ce4a07b13e76d6aea7f78b6532e8ce7d2a59813a5b7981fdc9d938
Contents?: true
Size: 327 Bytes
Versions: 36
Compression:
Stored size: 327 Bytes
Contents
# encoding: utf-8 # Copyright 2015, Vulcano Security GmbH # author: Christoph Hartmann # author: Dominik Richter # Tiny test file to return OS info of the tested node # print OS detection infos conf = { name: os[:name], family: os[:family], release: os[:release], arch: os[:arch], } puts JSON.dump(conf) exit 0
Version data entries
36 entries across 36 versions & 1 rubygems