mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #537 from marineam/nova
fix(coreos-base/oem-rackspace): Actually install the nova agent!
This commit is contained in:
commit
b273e0dc0c
@ -25,7 +25,8 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/
|
dodir /usr/share/oem/nova-agent
|
||||||
|
rsync --exclude=".git" -aq ${S}/ ${D}/usr/share/oem/nova-agent/ || die
|
||||||
insinto "/usr/share/oem"
|
insinto "/usr/share/oem"
|
||||||
doins ${FILESDIR}/cloud-config.yml
|
doins ${FILESDIR}/cloud-config.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user