摘要: #Elaine:master;Dylan:minion#利用salt给minion安装包[root@elaine states]# vim /etc/salt/master 1 default_include: master.d/*.conf 2 3 interface: 0.0.0.0 4 5 ' 阅读全文
posted @ 2016-11-21 16:17 Dylan_Wu 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1 #!/usr/bin/env python 2 # coding:utf-8 3 from threading import Thread 4 from Queue import Queue 5 import time 6 7 8 9 10 class Procuder(Thread): 11 def __init__(self,name,queue): ... 阅读全文
posted @ 2016-11-21 16:02 Dylan_Wu 阅读(230) 评论(0) 推荐(0) 编辑