Skip to content
Snippets Groups Projects
Commit 43c9dd94 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Do not install ntp package on host when not used"

parents 5478f362 e91860c3
No related branches found
No related tags found
No related merge requests found
...@@ -51,14 +51,14 @@ debian_pkg_install: ...@@ -51,14 +51,14 @@ debian_pkg_install:
- git - git
- "{% if not easy_install_available %}python-pip{% endif %}" - "{% if not easy_install_available %}python-pip{% endif %}"
- python-setuptools - python-setuptools
- ntp - "{% if enable_host_ntp | bool %}ntp{% endif %}"
- "{% if enable_ceph_nfs|bool %}rpcbind{% endif %}" - "{% if enable_ceph_nfs|bool %}rpcbind{% endif %}"
redhat_pkg_install: redhat_pkg_install:
- "{{ docker_yum_package }}" - "{{ docker_yum_package }}"
- git - git
- python-setuptools - python-setuptools
- ntp - "{% if enable_host_ntp | bool %}ntp{% endif %}"
- sudo - sudo
ubuntu_pkg_removals: ubuntu_pkg_removals:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment