summaryrefslogtreecommitdiff
path: root/sysvinit/gentoo/cloud-config
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-01-24 15:57:35 -0600
committerNate House nathan.house@rackspace.com <>2014-01-24 15:57:35 -0600
commit2b416f666e26f37ad694d9cdefd0a80b77009848 (patch)
tree010fe330254f6934497df3ff44d1c55819db3d33 /sysvinit/gentoo/cloud-config
parent29780092f57931d7c22bfbf3af37dea00edc76c9 (diff)
downloadvyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.tar.gz
vyos-cloud-init-2b416f666e26f37ad694d9cdefd0a80b77009848.zip
Fixes gentoo sysvinit ordering
Diffstat (limited to 'sysvinit/gentoo/cloud-config')
-rw-r--r--sysvinit/gentoo/cloud-config5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysvinit/gentoo/cloud-config b/sysvinit/gentoo/cloud-config
index affd0cb3..b0fa786d 100644
--- a/sysvinit/gentoo/cloud-config
+++ b/sysvinit/gentoo/cloud-config
@@ -1,9 +1,8 @@
#!/sbin/runscript
depend() {
- after net # remove after nova-agent fix
- before cloud-init-local
- before cloud-init
+ after cloud-init-local
+ after cloud-init
before cloud-final
provide cloud-config
}