We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5508043 commit fb015e6Copy full SHA for fb015e6
pillar/base/users.sls
@@ -464,3 +464,20 @@ users:
464
buildbot:
465
allowed: True
466
sudo : True
467
+
468
+ hugovk:
469
+ fullname: "Hugo van Kemenade"
470
+ ssh_keys:
471
+ - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGTTCyZejfWSW277j177F09VOt8dctuFRpDnsLe+7Ifw [email protected]
472
+ access:
473
+ downloads:
474
+ sudo: True
475
+ allowed: True
476
+ groups:
477
+ - downloads
478
+ docs:
479
480
481
482
+ - docs
483
+ - docsbuild
0 commit comments