commit | f3192ebb2e67daca4c8fda99bb9f1c6c0a117f01 | [log] [tgz] |
---|---|---|
author | Gary Wu <gary.i.wu@huawei.com> | Thu Aug 10 10:21:59 2017 -0700 |
committer | Gary Wu <gary.i.wu@huawei.com> | Thu Aug 10 10:21:59 2017 -0700 |
tree | 4689d24d16faa9e2141127e529038ebf42a175f1 | |
parent | 4d62efab1a84ce22475f0ba934cf958980f555e9 [diff] [blame] |
Fix redis install script for centos Change-Id: Iff2449ce775dc39b34f03b980c380db08472a7a3 Issue-id: CIMAN-14 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/packer/provision/redis.sh b/packer/provision/redis.sh index fc8b2a0..c940c0a 100644 --- a/packer/provision/redis.sh +++ b/packer/provision/redis.sh
@@ -8,7 +8,7 @@ rh_systems() { # redis - yum install redis + yum install -y redis systemctl enable redis.service }