Sfoglia il codice sorgente

test(inspec): get tests passing

* Run `chrony.config` as workaround
  - `.config` not called by `chrony`
* Disable `fedora` for the time being due to `systemd` issue
  - Refusing to accept PID outside of service control group,
    acquired through unsafe symlink chain: /var/run/chrony/chronyd.pid
tags/v0.2.1
Imran Iqbal 5 anni fa
parent
commit
e5741eefad
Nessun account collegato all'indirizzo email del committer
3 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. +2
    -2
      .travis.yml
  2. +1
    -0
      chrony/config.sls
  3. +2
    -1
      kitchen.yml

+ 2
- 2
.travis.yml Vedi File

@@ -21,11 +21,11 @@ env:
- INSTANCE: default-debian-9-2019-2-py3
- INSTANCE: default-ubuntu-1804-2019-2-py3
- INSTANCE: default-centos-7-2019-2-py2
- INSTANCE: default-fedora-29-2019-2-py2
# - INSTANCE: default-fedora-29-2019-2-py2
- INSTANCE: default-opensuse-423-2018-3-py2
- INSTANCE: default-debian-8-2018-3-py2
- INSTANCE: default-ubuntu-1604-2018-3-py2
- INSTANCE: default-fedora-28-2018-3-py2
# - INSTANCE: default-fedora-28-2018-3-py2
- INSTANCE: default-debian-8-2017-7-py2
- INSTANCE: default-ubuntu-1604-2017-7-py2


+ 1
- 0
chrony/config.sls Vedi File

@@ -11,6 +11,7 @@ chrony_config:
- defaults:
slspath: {{ slspath|yaml_encode }}
- user: root
- group: root
- mode: 644
- watch_in:
- service: chrony

+ 2
- 1
kitchen.yml Vedi File

@@ -72,7 +72,8 @@ provisioner:
state_top:
base:
'*':
- chrony
# - chrony
- chrony.config
pillars:
top.sls:
base:

Loading…
Annulla
Salva