mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Replaced copy-and-pasted salt-cloud references
This commit is contained in:
parent
7d97e91e82
commit
a987233030
@ -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 = {}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
'''
|
||||
The salt cloud module loader interface
|
||||
The salt api module loader interface
|
||||
'''
|
||||
# Import python libs
|
||||
import os
|
||||
|
Loading…
Reference in New Issue
Block a user