| 86 | |
| 87 | Success. accounts::default recipe is |
| 88 | {{{ |
| 89 | }}} |
| 90 | |
| 91 | I modified Jennifer Chen account and changed the default shell, then (re)ran {{{sudo chef-client}}} |
| 92 | {{{ |
| 93 | [(twonode) glawler@arya:/var/log]$ grep chen /etc/passwd |
| 94 | jchen:x:11825:6004::/users/jchen:/bin/bash |
| 95 | [(twonode) glawler@arya:/var/log]$ sudo chef-client -l info |
| 96 | Starting Chef Client, version 11.12.4 |
| 97 | resolving cookbooks for run list: ["accounts"] |
| 98 | Synchronizing Cookbooks: |
| 99 | - accounts |
| 100 | Compiling Cookbooks... |
| 101 | Converging 23 resources |
| 102 | Recipe: accounts::default |
| 103 | * user[adititat] action create (up to date) |
| 104 | * user[alba] action create (up to date) |
| 105 | * user[alefiya] action create (up to date) |
| 106 | * user[alwabel] action create (up to date) |
| 107 | * user[amore] action create (up to date) |
| 108 | * user[aviswana] action create (up to date) |
| 109 | * user[blythe] action create (up to date) |
| 110 | * user[braden] action create (up to date) |
| 111 | * user[faber] action create (up to date) |
| 112 | * user[gbartlet] action create (up to date) |
| 113 | * user[glawler] action create (up to date) |
| 114 | * user[jaipuria] action create (up to date) |
| 115 | * user[jayvirch] action create (up to date) |
| 116 | * user[jchen] action create |
| 117 | - alter user user[jchen] |
| 118 | |
| 119 | * user[jhickey] action create (up to date) |
| 120 | * user[kls2] action create (up to date) |
| 121 | * user[schwab] action create (up to date) |
| 122 | * user[sklower] action create (up to date) |
| 123 | * user[sswati] action create (up to date) |
| 124 | * user[sunshine] action create (up to date) |
| 125 | * user[supriya] action create (up to date) |
| 126 | * user[tbenzel] action create (up to date) |
| 127 | * user[wabel] action create (up to date) |
| 128 | |
| 129 | Running handlers: |
| 130 | Running handlers complete |
| 131 | |
| 132 | Chef Client finished, 1/23 resources updated in 5.991521947 seconds |
| 133 | [(twonode) glawler@arya:/var/log]$ grep chen /etc/passwd |
| 134 | jchen:x:11825:6004::/users/jchen:/bin/tcsh |
| 135 | [(twonode) glawler@arya:/var/log]$ |
| 136 | }}} |