From 298aeb6b3622b1aca074be42c2fefd63d5d554b7 Mon Sep 17 00:00:00 2001 From: Casey Iiams-Hauser Date: Wed, 10 May 2017 15:47:01 -0700 Subject: [PATCH] Update appliance-setup --- bin/appliance-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/appliance-setup b/bin/appliance-setup index bb62a1f..bf26ecf 100755 --- a/bin/appliance-setup +++ b/bin/appliance-setup @@ -70,7 +70,7 @@ deb-src http://apt.puppetlabs.com/ squeeze main\n""") # Install the latest version of Puppet subprocess.check_call(shlex.split( - 'apt-get -y install facter puppet pwgen python-yaml')) + 'apt-get -y --force-yes install facter puppet pwgen python-yaml')) with open(BOOTSTRAP_STAMP_FILE, 'w') as stamp_file: stamp_file.write(datetime.datetime.now().isoformat() +