Renamed 10_vmx_guestinfo.cfg to 99_
This patch renames the cloud-init config file for enabling the
datasource to have a higher priority.
diff --git a/Makefile b/Makefile
index 7dabfe5..68c3341 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@
-v $$(pwd)/rpmmacros:/root/.rpmmacros:ro \
-v $$(pwd)/rpmbuild/:/root/rpmbuild \
-v $$(pwd)/rpm.spec:/root/rpmbuild/SPECS/rpm.spec:ro \
- -v $$(pwd)/10_vmx_guestinfo.cfg:/root/rpmbuild/BUILD/etc/cloud/cloud.cfg.d/10_vmx_guestinfo.cfg:ro \
+ -v $$(pwd)/99_vmx_guestinfo.cfg:/root/rpmbuild/BUILD/etc/cloud/cloud.cfg.d/99_vmx_guestinfo.cfg:ro \
-v $$(pwd)/DataSourceVmxGuestinfo.py:/root/rpmbuild/BUILD/usr/lib/python2.7/site-packages/cloudinit/sources/DataSourceVmxGuestinfo.py:ro \
rpmbuild \
rpmbuild -ba /root/rpmbuild/SPECS/rpm.spec