From 8e86b79e8a5ab299ca77ec5e69facb807ede322f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 12 Nov 2012 22:19:40 -0800 Subject: Remove these lines which are not needed. --- cloudinit/distros/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloudinit/distros/__init__.py b/cloudinit/distros/__init__.py index 3fc4483b..10e07e82 100644 --- a/cloudinit/distros/__init__.py +++ b/cloudinit/distros/__init__.py @@ -41,8 +41,6 @@ LOG = logging.getLogger(__name__) class Distro(object): __metaclass__ = abc.ABCMeta - default_user = None - default_user_groups = None hosts_fn = "/etc/hosts" ci_sudoers_fn = "/etc/sudoers.d/90-cloud-init-users" hostname_conf_fn = "/etc/hostname" -- cgit v1.2.3