Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.32 KB | None | 0 0
  1. disk_mpfs_mongos:
  2.   /etc/mongos.conf:
  3.     file.managed:
  4.       - source: salt://files/disk_mpfs_mongos/etc/mongos.conf
  5.       - mode: 644
  6.       - user: root
  7.       - group: root
  8.       - makedirs: True
  9.       - watch_in:
  10.         - service: mongos
  11.   mongodb:
  12.    pkg.installed
  13.   mongos:
  14.     service:
  15.      - running
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement