21
22
# along with this program. If not, see <http://www.gnu.org/licenses/>.
23
24
from cloudinit.distros import debian
25
25
from cloudinit import log as logging
27
28
LOG = logging.getLogger(__name__)
30
31
class Distro(debian.Distro):
42
cmd = ["sudo", "-Hu", name, "ssh-import-id"] + kargs['sshimportid']