Skip to content

Commit

Permalink
chore: set activations keys for byobu and set_passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Nov 20, 2024
1 parent edaaeea commit a3138c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinit/config/cc_byobu.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"id": "cc_byobu",
"distros": ["ubuntu", "debian"],
"frequency": PER_INSTANCE,
"activate_by_schema_keys": [],
"activate_by_schema_keys": ["byobu_by_default"],
}


Expand Down
2 changes: 1 addition & 1 deletion cloudinit/config/cc_set_passwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"id": "cc_set_passwords",
"distros": [ALL_DISTROS],
"frequency": PER_INSTANCE,
"activate_by_schema_keys": [],
"activate_by_schema_keys": ["ssh_pwauth", "chpasswd", "password"],
}

LOG = logging.getLogger(__name__)
Expand Down

0 comments on commit a3138c5

Please sign in to comment.