Przeglądaj źródła

test(config_spec): fix for Gentoo

tags/v1.2.4
Imran Iqbal 3 lat temu
rodzic
commit
18039a9aac
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      test/integration/default/controls/config_spec.rb

+ 5
- 1
test/integration/default/controls/config_spec.rb Wyświetl plik

@@ -4,11 +4,15 @@
keyfile = 'keyfile '
driftfile = '/var/lib/chrony/'
logdir = 'logdir /var/log/chrony'
case os[:name]
case platform[:name]
when 'debian', 'ubuntu'
config_file = '/etc/chrony/chrony.conf'
keyfile += '/etc/chrony/chrony.keys'
driftfile += 'chrony.drift'
when 'gentoo'
config_file = '/etc/chrony/chrony.conf'
keyfile += '/etc/chrony.keys'
driftfile += 'drift'
else
config_file = '/etc/chrony.conf'
keyfile += '/etc/chrony.keys'

Ładowanie…
Anuluj
Zapisz