Page MenuHomeDevCentral

Set c2c shell to fish
ClosedPublic

Authored by dereckson on Jan 30 2017, 17:14.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 5, 13:15
Unknown Object (File)
Tue, Apr 1, 21:19
Unknown Object (File)
Wed, Mar 26, 23:50
Unknown Object (File)
Mon, Mar 24, 08:37
Unknown Object (File)
Fri, Mar 21, 12:28
Unknown Object (File)
Sun, Mar 16, 19:03
Unknown Object (File)
Sun, Mar 16, 00:16
Unknown Object (File)
Sat, Mar 15, 21:28
Subscribers
None

Details

Summary

This is a follow-up for de865b41a2fe.

Test Plan
  • check /etc/passwd
  • user can confirm fish is the default shell

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Salt master
$ salt '*' saltutil.refresh_pillar
eglide:
    True
$ salt eglide state.apply roles/shellserver/users
[…]
          ID: c2c
    Function: user.present
      Result: True
     Comment: Updated user c2c
     Started: 17:13:27.668266
    Duration: 113.042 ms
     Changes:   
              ----------
              shell:
                  /usr/bin/fish
[…]
Eglide
$ grep c2c /etc/passwd
c2c:x:2012:2012:c2c,,,:/home/c2c:/usr/bin/fish
This revision is now accepted and ready to land.Jan 30 2017, 17:18
This revision was automatically updated to reflect the committed changes.