Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ca937bde
authored
Mar 24, 2017
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vmdriver: separate Enterprise Virtualization repo install
parent
07ab65c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
+11
-1
salt/vmdriver/init.sls
+11
-1
No files found.
salt/vmdriver/init.sls
View file @
ca937bde
...
...
@@ -4,6 +4,13 @@ include:
- vmdriver.virtualenv
- vmdriver.configuration
{% if grains['os_family'] == 'RedHat' %}
ev_repo:
pkg.installed:
- name: centos-release-qemu-ev
{% endif %}
vmdriver:
pkg.installed:
- pkgs:
...
...
@@ -12,7 +19,6 @@ vmdriver:
- ntp
- wget
{% if grains['os_family'] == 'RedHat' %}
- centos-release-qemu-ev
- qemu-kvm-ev
- python2-pip
- libmemcached-devel
...
...
@@ -58,6 +64,10 @@ vmdriver:
- augeas: libvirtconf
- git: gitrepo_vmdriver
- virtualenv: virtualenv_vmdriver
{% if grains['os_family'] == 'RedHat' %}
- require:
- pkg: ev_repo
{% endif %}
agentdriver_service:
service:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment