Page MenuHomeDevCentral

Set c2c shell to fish
ClosedPublic

Authored by dereckson on Jan 30 2017, 17:14.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 16, 04:25
Unknown Object (File)
Sat, Jun 14, 14:06
Unknown Object (File)
Fri, Jun 13, 18:07
Unknown Object (File)
Fri, Jun 13, 05:57
Unknown Object (File)
Thu, Jun 12, 20:16
Unknown Object (File)
Thu, Jun 12, 09:12
Unknown Object (File)
Wed, Jun 11, 12:43
Unknown Object (File)
Tue, Jun 10, 05:04
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
No Lint Coverage
Unit
No Test Coverage
Branch
master
Build Status
Buildable 1377
Build 1625: arc lint + arc unit

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.