Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/private-stub/manifests/users.pp

Issue 29323115: Noissue - Allow for specifying a users::user's list of groups (Closed)
Patch Set: Created July 30, 2015, 3:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/users/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/private-stub/manifests/users.pp
===================================================================
--- a/modules/private-stub/manifests/users.pp
+++ b/modules/private-stub/manifests/users.pp
@@ -2,6 +2,6 @@
users::user {'test':
password => '$6$k.fe9F4U$OIav.SJZuujVfXk4HTKS.i94ZuQtoJNCH6KH1ePar57yc3y51G0PbGPXT6zO5v.q3h5TM87MDx0QEX4TTENq.0',
authorized_keys => 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDLrPR2CZLSs6tKSEUBeaahzcKhWwQAN9Hwcrn5HpS0FTz3VFbyJXNP5KZYci3zF6/CHNSM1iOkV6t/6U8g16+PWOo5pMNg7jWqoZD6ukT+cX6ZuNm8CtIx7EzwFxGB8INrKAonmpG9FRWHMppi4nJG5SrQv2rgoUDt+Dbu2oPMh/EGUS2wQ7VUwA1/qAeRsAdptrGB6wr/+1fGTdrZy11AG+sLnrO+VXIShOFCuv9czbj9nw5Bi6jwnWrzvfQx1BfwVwYtdfGSprB6p+8aL7u3SCF+aJAGGRoYjqec4+EM5xRJ3grmoFtkngEiJIaLWRPkgD8uggY2spmff1Ypl24v test@test',
- sudo => true
+ groups => ['sudo', 'adm'],
}
}
« no previous file with comments | « no previous file | modules/users/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld