Remove these lines which are not needed.
This commit is contained in:
@@ -41,8 +41,6 @@ LOG = logging.getLogger(__name__)
|
|||||||
|
|
||||||
class Distro(object):
|
class Distro(object):
|
||||||
__metaclass__ = abc.ABCMeta
|
__metaclass__ = abc.ABCMeta
|
||||||
default_user = None
|
|
||||||
default_user_groups = None
|
|
||||||
hosts_fn = "/etc/hosts"
|
hosts_fn = "/etc/hosts"
|
||||||
ci_sudoers_fn = "/etc/sudoers.d/90-cloud-init-users"
|
ci_sudoers_fn = "/etc/sudoers.d/90-cloud-init-users"
|
||||||
hostname_conf_fn = "/etc/hostname"
|
hostname_conf_fn = "/etc/hostname"
|
||||||
|
|||||||
Reference in New Issue
Block a user