summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/sles_12_sp0.json
blob: e84bbe5cbf7dd63a2a30e428705664e546ebb9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "SLES 12 SP0",
    "input": {
        "/etc/SuSE-release": "\nSUSE Linux Enterprise Server 12 (x86_64)\nVERSION = 12\nPATCHLEVEL = 0\n# This file is deprecated and will be removed in a future service pack or release.\n# Please check /etc/os-release for details about this release.",
        "/etc/os-release": "NAME=\"SLES\"\nVERSION=\"12\"\nVERSION_ID=\"12\"\nPRETTY_NAME=\"SUSE Linux Enterprise Server 12\"\nID=\"sles\"\nANSI_COLOR=\"0;32\"\nCPE_NAME=\"cpe:/o:suse:sles:12\""
    },
    "platform.dist": ["SuSE", "12", "x86_64"],
    "distro": {
        "codename": "",
        "id": "sles",
        "name": "SUSE Linux Enterprise Server",
        "version": "12",
        "version_best": "12",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "SLES",
        "distribution_major_version": "12",
        "distribution_release": "0",
        "os_family": "Suse",
        "distribution_version": "12"
    }
}