For the cloud-init rc.d ensure that the

cloud-init-local mode is attempted as 
a hard requirement (instead of the 
previous soft requirement) which in
the rhel5.6 case makes it not run
in the right order.
This commit is contained in:
Joshua Harlow 2012-10-04 15:14:47 -07:00
parent 10c3781ab0
commit 8ddd532a95
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
### BEGIN INIT INFO
# Provides: cloud-init
# Required-Start: $local_fs $network $named $remote_fs
# Should-Start: $time cloud-init-local
# Required-Start: $local_fs $network $named $remote_fs cloud-init-local
# Should-Start: $time
# Required-Stop:
# Should-Stop:
# Default-Start: 3 5