blob: 1b4bfa02ea57b9df715d35fc2cb482581fb0e3bd (
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
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
: Copyright (c) 2017 Enea AB and others.
:
: All rights reserved. This program and the accompanying materials
: are made available under the terms of the Apache License, Version 2.0
: which accompanies this distribution, and is available at
: http://www.apache.org/licenses/LICENSE-2.0
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
From: Charalampos Kominos <Charalampos.Kominos@enea.com>
Date: Fri, 3 Nov 2017 16:49:55 +0100
Subject: [PATCH] Add opnfv user to libvirt group
Signed-off-by: Charalampos Kominos <Charalampos.Kominos@enea.com>
---
mcp/salt-formulas/opnfv/adduser.sls | 1 +
1 file changed, 1 insertion(+)
diff --git a/mcp/salt-formulas/opnfv/adduser.sls b/mcp/salt-formulas/opnfv/adduser.sls
index 78ef993..478a204 100644
--- a/mcp/salt-formulas/opnfv/adduser.sls
+++ b/mcp/salt-formulas/opnfv/adduser.sls
@@ -5,3 +5,4 @@ add_opnfv_user:
- createhome: True
- groups:
- sudo
+ - libvirt
|