Bug parser os.yaml Charms

Bug #1728718 reported by Bruno Carvalho
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juju Charms Collection
New
Undecided
Unassigned

Bug Description

Bug parser os.yaml Charms

https://github.com/openstack/charm-ceph/blob/master/hooks/charmhelpers/contrib/hardening/defaults/os.yaml

Bug Parser:

    root_ttys:
        console
        tty1
        tty2
        tty3
        tty4
        tty5
        tty6

###############################################################################
# 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
c
o
n
s
o
l
e

t
t
y
1

t
t
y
2

t
t
y
3

t
t
y
4

t
t
y
5

t
t
y

Solutions:

  root_ttys:
       - 'console'
       - 'tty1'
       - 'tty2'
       - 'tty3'
       - 'tty4'
       - 'tty5'
       - 'tty6'

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.