Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. init.sls
  2. ============================================
  3. [...]
  4. ret['btsync_instances'] = {
  5. 'file.directory': [{
  6. 'name': '/etc/btsync',
  7. 'clean': True,
  8. 'require': [
  9. {'file': '/etc/btsync/instance_0.conf'},
  10. ],
  11. }],
  12. }
  13. return ret
  14.  
  15. output
  16. ======
  17. - Multiple dictionaries defined in argument of state "btsync_instances" in sls btsync.config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement