- class users {
- user { "ericlee":
- ensure => "present",
- home => "/home/ericlee",
- uid => "500",
- gid => "100",
- shell => "/bin/bash",
- password => '$6$aExZshyRaTezSGdq$zF4FhIiNC/ZQBy32cJ.a4URMYNxmuxsEj/OXxduLKriRgYi.CloPIsKVb0H0VonWVr63TOwREvE4TuR2kyo9I0';
- }
- }
