fabtools.require.system

System settings

See also

fabtools.system

fabtools.require.system.hostname(name)[source]

Require the hostname to have a specific value.

fabtools.require.system.sysctl(key, value, persist=True)[source]

Require a kernel parameter to have a specific value.

Locales

fabtools.require.system.default_locale(name)[source]

Require the locale to be the default.

fabtools.require.system.locale(name)[source]

Require the locale to be available.

fabtools.require.system.locales(names)[source]

Require the list of locales to be available.