标签:
内置的state模块
user 模块是用来创建用户和管理用户设定的,用户可以被设置成 present 状态或者 absent 状态。
hwg:
user.present:
- fullname: Jim
- shell: /bin/bash
- home: /home/hwg
- uid: 600
- gid: 600
- groups:
- wheel
- storage
- games
testuser:
user.absent
标签:
原文地址:http://www.cnblogs.com/jim-hwg/p/4610107.html