blob: d002a611e8cd67e8c7a27de2d9ae389cec10c0d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Install and enable byobu system wide and default user
#
required_features:
- byobu
cloud_config: |
#cloud-config
byobu_by_default: enable
collect_scripts:
byobu_profile_enabled: |
#!/bin/bash
ls /etc/profile.d/Z97-byobu.sh
byobu_launch_exists: |
#!/bin/bash
which /usr/bin/byobu-launch
# vi: ts=4 expandtab
|