From 44ff448a79ade75f8f1210c03b8893182474e3ab Mon Sep 17 00:00:00 2001 From: Mathias Gug Date: Tue, 7 Sep 2010 18:27:27 -0400 Subject: Fix missing import. --- cloudinit/CloudConfig/cc_puppet.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloudinit') diff --git a/cloudinit/CloudConfig/cc_puppet.py b/cloudinit/CloudConfig/cc_puppet.py index ac72057c..8ccfb2df 100644 --- a/cloudinit/CloudConfig/cc_puppet.py +++ b/cloudinit/CloudConfig/cc_puppet.py @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . import os +import pwd +import socket import subprocess def handle(name,cfg,cloud,log,args): -- cgit v1.2.3