blob: 799a9cf975806727d0c85586ad9a8cacd4ee3d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Mon, 14 Aug 2017 23:44:05 +0200
Subject: [PATCH] linux.system.single: Fix py-msgpack identation
Broken upstream since commit [1], adjust it accordingly.
[1] https://github.com/Mirantis/reclass-system-salt-model/commit/517e5ff
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
linux/system/single.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linux/system/single.yml b/linux/system/single.yml
index 4c5228f..e2a8502 100644
--- a/linux/system/single.yml
+++ b/linux/system/single.yml
@@ -12,7 +12,7 @@ parameters:
name: root
home: /root
package:
- python-msgpack:
+ python-msgpack:
version: latest
cloud-init:
version: purged
|