码迷,mamicode.com
首页 > 其他好文 > 详细

salt简单配置

时间:2014-08-06 19:34:42      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:http   ar   html   htm   log   python   res   file   

apache:
  pkg:
    - installed
  service:
    - running
    - watch:
      - pkg: apache
      - file: /etc/httpd/conf/httpd.conf
      - user: apache
  user.present:
    - uid: 87
    - gid: 87
    - home: /var/www/html
    - shell: /bin/nologin
    - require:
      - group: apache
  group.present:
    - gid: 87
    - require:
      - pkg: apache/etc/httpd/conf/httpd.conf:
  file.managed:
    - source: salt://apache/httpd.conf
    - user: root
    - group: root
    - mode: 644

salt ‘*‘  cmd.run ‘update‘   #在所有的客户端执行‘update‘ 命令


salt-key -L   #列车未认证的节点

salt-key -a   #添加、接受客户端认证

salt-key -A #添加、接受所有客户端的认证

salt简单配置,布布扣,bubuko.com

salt简单配置

标签:http   ar   html   htm   log   python   res   file   

原文地址:http://my.oschina.net/jk409/blog/298607

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!