mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
remove hook to cloud module
This commit is contained in:
parent
ac073118e6
commit
113c4a0715
@ -84,7 +84,7 @@ class SaltCloud(object):
|
||||
salt.log.set_logger_level(name, level)
|
||||
import logging
|
||||
# If statement here for when cloud query is added
|
||||
import saltcloud.create
|
||||
create = saltcloud.create.Create(self.opts)
|
||||
create.run_data()
|
||||
import saltcloud
|
||||
cloud = saltcloud.Cloud(self.opts)
|
||||
cloud.run_data()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user