Comment 10 for bug 1396362

Revision history for this message
Marco Ceppi (marcoceppi) wrote : Re: Support UID and GID specification in user and group definitions

Using the following cloud-init:

ii cloud-init 0.7.9-233-ge586fe35-0ubuntu1~16.04.2

With this script:

```
    #cloud-config
    apt:
    proxy: http://10.16.37.1:8000
    users:
      - name: marco
        sudo: ALL=(ALL) NOPASSWD:ALL
        uid: 9001
```

When the machine is booted this is the user entry:

```
marco:x:1000:1000::/home/marco:
```

It seems uid is not respected still.