Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # Contents of pillar/mssql/init.sls
  2. # I can connect to some-remote-host with the credentials below
  3. # freetds-common and python-pymssql are both installed
  4.  
  5. maint:
  6. mssql.server: some-remote-host
  7. mssql.port: 1433
  8. mssql.user: maint_user
  9. mssql.password: some-password
  10. mssql.database: ''
  11.  
  12. # Here is what happens when I attempt to use the mssql module
  13.  
  14. root@tcmweb:~# salt-call --local mssql.db_list
  15. local:
  16. - Could not run the query
  17. - connect() got an unexpected keyword argument 'server'
  18. root@tcmweb:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement