Advertisement
ifnull

Untitled

Sep 30th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.46 KB | None | 0 0
  1. root@precise64:/home/vagrant# python
  2. Python 2.7.3 (default, Apr 20 2012, 22:39:59)
  3. [GCC 4.6.3] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> import salt.minion
  6. >>> import salt.config
  7. >>> opts = salt.config.minion_config('/etc/salt/minion')
  8. >>> client = salt.minion.FileClient(opts)
  9. Traceback (most recent call last):
  10.   File "<stdin>", line 1, in <module>
  11. AttributeError: 'module' object has no attribute 'FileClient'
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement