Avoid useless loading of all files by augeas
If there are files other than bash style config in /etc/sysconfig/pgsql/postgresql, augeas will throw exception
Warning: Augeas[override PGDATA in /etc/sysconfig/pgsql/postgresql](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output
This commit fixes the issue.