diff options
author | Geert Stappers <stappers@stappers.it> | 2021-05-14 22:25:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 15:25:55 -0500 |
commit | 21a0b12052691d6634d0848dfa353c12939945e9 (patch) | |
tree | 0bcd103c786ee7843bce78f28dce54cd49487dc9 /doc | |
parent | 6fe1983777663a1a1136fd73dc50244f2d030be8 (diff) | |
download | vyos-cloud-init-21a0b12052691d6634d0848dfa353c12939945e9.tar.gz vyos-cloud-init-21a0b12052691d6634d0848dfa353c12939945e9.zip |
[examples] config-user-groups expire in the future (#902)
Changed year 2012 into 2032
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config-user-groups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-user-groups.txt b/doc/examples/cloud-config-user-groups.txt index 4a5a7e20..1faecf75 100644 --- a/doc/examples/cloud-config-user-groups.txt +++ b/doc/examples/cloud-config-user-groups.txt @@ -19,7 +19,7 @@ users: primary_group: foobar groups: users selinux_user: staff_u - expiredate: '2012-09-01' + expiredate: '2032-09-01' ssh_import_id: foobar lock_passwd: false passwd: $6$j212wezy$7H/1LT4f9/N3wpgNunhsIqtMj62OKiS3nyNwuizouQc3u7MbYCarYeAHWYPYb2FT.lbioDm2RrkJPb9BZMN1O/ |