Guest User

Untitled

a guest
Dec 19th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. user:
  2. ensure: 'present'
  3. uid: '666'
  4. gid: '100'
  5. home: '/home/example'
  6. comment: ''
  7. password_max_age: '99999'
  8. password_min_age: '0'
  9. shell: '/bin/false'
  10. password: ''
  11.  
  12. user:
  13. ensure: 'present'
  14. uid: '666'
  15. gid: '100'
  16. home: '/home/example'
  17. comment: ''
  18. password_max_age: '99999'
  19. password_min_age: '0'
  20. shell: '/bin/false'
  21. password: '!!'
Add Comment
Please, Sign In to add comment