Install rsync before os-apply-config

For images without rsync installed (like the Xenial cloud image)
os-apply-config fails with:
```
rsync: command not found
```
This change adds rsync as a package requirement for os-apply-config.

Change-Id: Iae7c6f24176bcd4f6e3040da3d14bbcca0e61163
This commit is contained in:
Mariusz 2018-12-03 14:03:23 +00:00
parent aa19a7f92a
commit 29cee7f9d8
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
os-apply-config:
installtype: package
rsync:
phase: pre-install.d