1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
| [iyunv@master ~]# salt 'minion001' sys.list_modules
minion001:
- acl
- aliases
- alternatives
- apache
- archive
- at
- blockdev
- bridge
- buildout
- cloud
- cmd
- composer
- config
- cp
- cron
- daemontools
- data
- defaults
- dig
- disk
- django
- dnsmasq
- dnsutil
- environ
- etcd
- event
- extfs
- file
- gem
- genesis
- grains
- group
- grub
- hashutil
- hg
- hosts
- img
- incron
- ini
- introspect
- ip
- iptables
- key
- kmod
- locale
- locate
- logrotate
- lowpkg
- lvm
- match
- mine
- modjk
- mount
- network
- openstack_config
- pagerduty
- partition
- pillar
- pip
- pkg
- pkg_resource
- postfix
- publish
- pyenv
- quota
- raid
- random
- rbenv
- ret
- rsync
- rvm
- s3
- saltutil
- schedule
- seed
- serverdensity_device
- service
- shadow
- smtp
- sqlite3
- ssh
- state
- status
- supervisord
- sys
- sysctl
- system
- test
- timezone
- user
- virtualenv
- webutil
|