Add hard arc to map creation

This commit is contained in:
Thomas S Hatch 2012-07-31 00:41:40 -06:00
parent 392160fd73
commit 61d86c0e34

View File

@ -197,7 +197,7 @@ class Map(Cloud):
map_ = salt.config.include_config(map_, self.opts['map']) map_ = salt.config.include_config(map_, self.opts['map'])
return map_ return map_
def run_map(self): def run_map(self, hard=False):
''' '''
Execute the contents of the vm map Execute the contents of the vm map
''' '''