Replaced copy-and-pasted salt-cloud references

This commit is contained in:
Seth House 2012-10-09 17:15:40 -06:00
parent 7d97e91e82
commit a987233030
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
'''
Manage configuration files in salt-cloud
Manage configuration files in salt-api
'''
# Import python libs
@ -12,7 +12,7 @@ import salt.config
def api_config(path):
'''
Read in the salt master config file and add additional configs that
need to be stubbed out for cloudapi
need to be stubbed out for salt-api
'''
opts = {}

View File

@ -1,5 +1,5 @@
'''
The salt cloud module loader interface
The salt api module loader interface
'''
# Import python libs
import os