summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/facts_system.json
blob: 68091ed14459bd4205f36255d654c3af9c0910e5 (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
25
26
27
28
{
  "host-name": "vyos-test",
  "login": {
    "user": {
      "vyos": {
        "authentication": {
          "encrypted-password": "$6$abc123"
        }
      },
      "alice": {
        "full-name": "Alice Smith",
        "authentication": {
          "encrypted-password": "$6$def456",
          "public-keys": {
            "alice-key": {
              "key": "AAAAB3...",
              "type": "ssh-rsa"
            }
          }
        }
      }
    }
  },
  "syslog": {
    "local": {},
    "console": {}
  }
}