summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/facts/system/distribution/fixtures/sles_11.3.json
blob: be71f1cb5b5cf5d614b008a8e3a3afb0779eafa1 (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": "SLES 11.3",
    "input": {
        "/etc/SuSE-release": "SUSE Linux Enterprise Server 11 (x86_64)\nVERSION = 11\nPATCHLEVEL = 3"
    },
    "platform.dist": ["SuSE", "11", "x86_64"],
    "distro": {
        "codename": "",
        "id": "sles",
        "name": "SUSE Linux Enterprise Server",
        "version": "11",
        "version_best": "11",
        "os_release_info": {},
        "lsb_release_info": {}
    },
    "result": {
        "distribution": "SLES",
        "distribution_major_version": "11",
        "distribution_release": "3",
        "os_family": "Suse",
        "distribution_version": "11.3"
    }
}