Advertisement
tinkster

output on minion

Apr 28th, 2014
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. 2014-04-29 15:24:02,145 [salt.template ][DEBUG ] Rendered data from file: /var/cache/salt/minion/files/base/spl_ufw/add_minion.sls:
  2.  
  3. add_minion_ufw:
  4. cmd.run:
  5. - comment: {}
  6. - name:
  7. - /usr/sbin/ufw allow proto tcp from 10.0.0.5 to any port 9997
  8.  
  9.  
  10.  
  11. 2014-04-29 15:24:02,148 [salt.loaded.int.render.yaml][DEBUG ] Results of YAML rendering:
  12. OrderedDict([('add_minion_ufw', OrderedDict([('cmd.run', [OrderedDict([('comment', OrderedDict())]), OrderedDict([('name', ['/usr/sbin/ufw allow proto tcp from 10.0.0.5 to any port 9997'])])])]))])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement