Page MenuHomeSoftware Heritage

Create remote internship account for andreystar
ClosedPublic

Authored by ardumont on Mar 11 2022, 8:05 AM.

Details

Summary

It's missing the public ssh key part for now (awaiting those from @andrey-star).

Related to T4029

Test Plan

octo-diff on granet:

*******************************************
+ File[/home/andreystar/.ssh] =>
   parameters =>
      "ensure": "directory"
      "group": "andreystar"
      "mode": "0600"
      "owner": "andreystar"
*******************************************
+ File[/home/andreystar] =>
   parameters =>
      "ensure": "directory"
      "group": "andreystar"
      "mode": "0644"
      "owner": "andreystar"
*******************************************
+ Ssh_authorized_key[andreystar andreystar@Andreys-MBP] =>
   parameters =>
      "ensure": "present"
      "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqeoU19lT9+arVH4g17UIOzAvCblfNsD1nJJVZGwkDeO55cBc8aOjTZgfWmKGLim7ttL3GJGpPL859X5xuk4o1+6XllcFpkyjXuUwcnp5wGUznqnWFylPTpoIlldBtv+HuFltQIvloSObnBP4OjB7Jd7n2A6tVS8GT6/YoF7QNy429Xg3YvvbOa+jBqkaTF5hVhqKlpET7ZoPK1U/Kulv9N9llNvG8E0jQYQCHfi81tKWRwAPoWfDOD01c6t3zRMqdT/wsaB1KIeSxQc3T96a6Mx0wkJpVdJmWAq44XUMPB5bV/P6S+SNiIWJmSuxK4wia49ucPfxgmbJBQdIi9kh2o5eE2ouNwqaZK4TcqvhWT/nPim66nRbqAlUNJKEfTC7/W3Fm7WIYUvI6dgB7BBNDI7ar1hZAHHfJmF3d/EKHKaMYaTkwd4Rw2ewJ8Bh3UoRq/86voidBSB+IiGwCPIdsl399hkt9Otcxw60yQsSq03U1XVMtcINmgJmHLJzhMH8="
      "type": "ssh-rsa"
      "user": "andreystar"
*******************************************
+ User[andreystar] =>
   parameters =>
      "comment": "Andrey Starodubtsev"
      "ensure": "present"
      "shell": "/bin/bash"
      "uid": 3001
*******************************************
*** End octocatalog-diff on granet.internal.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.