tripleo-image-elements/elements/os-apply-config
Mariusz 29cee7f9d8 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
2018-12-03 14:07:33 +00:00
..
environment.d Support common venv for os-*-config 2015-01-20 16:06:45 -08:00
install.d Merge "Update pbr version to match global requirements" 2015-07-02 20:02:16 +00:00
os-refresh-config/configure.d Network init order fixes for VIP 2014-08-11 11:37:01 +10:00
README.md Remove references to os-config-applier 2014-07-11 09:21:11 +00:00
element-deps Migrate to package-installs scripts 2014-11-05 01:38:05 -08:00
package-installs.yaml Install rsync before os-apply-config 2018-12-03 14:07:33 +00:00
pkg-map Add pkg-map for os-*-config 2015-02-09 17:16:50 +09:00

README.md

Install os-apply-config.

The contents of os-apply-config subdirectory in templates will be installed into the default template directory automatically.

An os-refresh-config hook is created to invoke os-apply-config automatically.