
- Initialize repo for gerrit review. - Resync charm-helpers. - Add missing install.real hook. - Add missing status update hook. - Add very basic unit tests and amulet tests. - Set cpu mode default value. Closes-Bug: #1639020 Closes-Bug: #1638930 Partial-Bug: #1638773 Partial-Bug: #1639943 Change-Id: Ifbf627329ddb25a29d6c0af4b9a34a488bc55629
12 lines
419 B
Plaintext
12 lines
419 B
Plaintext
###############################################################################
|
|
# WARNING: This configuration file is maintained by Juju. Local changes may
|
|
# be overwritten.
|
|
###############################################################################
|
|
# A list of TTYs, from which root can log in
|
|
# see `man securetty` for reference
|
|
{% if ttys -%}
|
|
{% for tty in ttys -%}
|
|
{{ tty }}
|
|
{% endfor -%}
|
|
{% endif -%}
|