SHA256
1
0
forked from pool/cloud-init

- Update cloud-init-service.patch

+ Had self reference and thus cloud-init.service was never executed
    which caused ssh key loading failure

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=56
This commit is contained in:
Robert Schweikert 2016-10-28 15:24:08 +00:00 committed by Git OBS Bridge
parent 163817aa63
commit 10e8058495
2 changed files with 13 additions and 0 deletions

View File

@ -25,3 +25,9 @@
[Service]
Type=oneshot
@@ -15,4 +26,4 @@ TimeoutSec=0
StandardOutput=journal+console
[Install]
-WantedBy=cloud-init.target
+WantedBy=multi-user.target

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 28 15:21:39 UTC 2016 - rjschwei@suse.com
- Update cloud-init-service.patch
+ Had self reference and thus cloud-init.service was never executed
which caused ssh key loading failure
-------------------------------------------------------------------
Fri Oct 28 04:56:29 UTC 2016 - bwiedemann@suse.com