Skip to content

Instantly share code, notes, and snippets.

@cilkay
Created February 9, 2016 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cilkay/1d078514eb62ca49ee78 to your computer and use it in GitHub Desktop.
Save cilkay/1d078514eb62ca49ee78 to your computer and use it in GitHub Desktop.
# Contents of pillar/mssql/init.sls
# I can connect to some-remote-host with the credentials below
# freetds-common and python-pymssql are both installed
maint:
mssql.server: some-remote-host
mssql.port: 1433
mssql.user: maint_user
mssql.password: some-password
mssql.database: ''
# Here is what happens when I attempt to use the mssql module
root@tcmweb:~# salt-call --local mssql.db_list
local:
- Could not run the query
- connect() got an unexpected keyword argument 'server'
root@tcmweb:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment