}
}
// processConfigFile processes a config file, rendering it as a template if enabled
// If the config file contains "enable-template" in a comment within the first 1KB, then
// we will treat the file as a template and render it.
templating, err := checkTemplatingEnabled(data)
if err != nil {
return nil, err
}
return data, nil
}