summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/devuan.json
blob: d02fc2e4fe5ab14ecec8405da02f6f857ff3307b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Devuan",
    "input": {
        "/etc/os-release": "PRETTY_NAME=\"Devuan GNU/Linux ascii\"\nNAME=\"Devuan GNU/Linux\"\nID=devuan\nHOME_URL=\"https://www.devuan.org/\"\nSUPPORT_URL=\"https://devuan.org/os/community\"\nBUG_REPORT_URL=\"https://bugs.devuan.org/\""
    },
    "platform.dist": ["", "", ""],
    "distro": {
        "codename": "",
        "id": "devuan",
        "name": "Devuan GNU/Linux",
        "version": "",
        "version_best": "",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "Devuan",
        "distribution_major_version": "NA",
        "distribution_release": "ascii",
        "os_family": "Debian",
        "distribution_version": "NA"
    }
}