You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in this issue when running `kitchen converge` on Gentoo:
...
Usage: locale-gen [options] -- [localedef options]
Generate locales based upon the config file /etc/locale.gen.
Options:
-k, --keep Don't nuke existing locales
-d, --destdir <dir> Use locale data in specified DESTDIR tree
-c, --config <config> Use specified config instead of default locale.gen
-l, --list List all the locales to be generated
-a, --ask Ask before generating each locale
-A, --all Pretend the locale list contains all locales
-u, --update Only generate locales that are missing
-G, --generate <locale> Generate specified locale (one shot; implies -k -u)
-j, --jobs <num> Number of locales to generate at a time (parallel)
-q, --quiet Only show errors
-V, --version Meaningless version information
-h, --help Show this help cruft
Localedef Options:
By default, is passed to localedef.
For more info, see the locale-gen(1) and locale.gen(8) manpages.
* Unknown option 'en_US.UTF-8'
How to reproduce:
kitchen.yml
# -*- coding: utf-8 -*-# vim: ft=yaml
---
# For help on this file's format, see https://kitchen.ci/driver:
name: dockeruse_sudo: falseprivileged: trueplatforms:
- name: gentoodriver:
image: gentoo/stage3provisioner:
name: salt_sololog_level: debugrequire_chef: falseformula: testsalt_copy_filter:
- .kitchen
- .gitsuites:
- name: defaultprovisioner:
state_top:
base:
'*':
- test.slspillars:
top.sls:
base:
'*':
- test.sls
The text was updated successfully, but these errors were encountered:
this line causes an error on gentoo instances
How to reproduce:
The text was updated successfully, but these errors were encountered: