Skip to content

Commit

Permalink
Update salt/modules/mongodb.py
Browse files Browse the repository at this point in the history
Rectification of 'TypeError: port must be an instance of int' if using specified settings for Mongo.
  • Loading branch information
profitware committed Feb 8, 2013
1 parent 825d70c commit 2c2e5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/mongodb.py
Expand Up @@ -5,7 +5,7 @@
parameters as well as configuration settings::
mongodb.host: 'localhost'
mongodb.port: '27017'
mongodb.port: 27017
mongodb.user: ''
mongodb.password: ''
Expand Down

0 comments on commit 2c2e5bf

Please sign in to comment.