mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unncessary commented line
This commit is contained in:
parent
910aff910f
commit
5d67cb27de
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ def ext_pillar(minion_id, # pylint: disable=W0613
|
|||
'''
|
||||
if os.path.isfile(config_file):
|
||||
try:
|
||||
#open(config_file, 'r') as raw_config:
|
||||
config = _render_template(config_file) or {}
|
||||
opts = yaml.safe_load(config) or {}
|
||||
opts['conf_file'] = config_file
|
||||
|
|
Loading…
Add table
Reference in a new issue