1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Fix service caching for azure image

This commit is contained in:
niusmallnan
2018-12-28 15:24:09 +08:00
parent b3f74b31a9
commit e9fb21e368

View File

@@ -59,7 +59,8 @@ for file in $(ls .make-*); do
cache_services "h/hyperv-vm-tools.yml"
;;
".make-azure")
cache_services "h/hyperv-vm-tools.yml w/waagent.yml"
cache_services "h/hyperv-vm-tools.yml"
cache_services "w/waagent.yml"
;;
esac
done