summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs/modules/byobu.yaml
blob: fd648c776a7b9093e807811ed1347690deb831a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Install and enable byobu system wide and default user
#
cloud_config: |
  #cloud-config
  byobu_by_default: enable
collect_scripts:
  byobu_installed: |
    #!/bin/bash
    which byobu
  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