Remove unncessary commented line

This commit is contained in:
Erik Johnson 2018-04-26 12:00:40 -05:00
parent 910aff910f
commit 5d67cb27de
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F

View file

@ -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