From 2d5c7b71d08ec7673701b8ae9f166fdfe2ee8791 Mon Sep 17 00:00:00 2001 From: Sean Channel Date: Mon, 11 Feb 2013 17:40:03 -0800 Subject: [PATCH] revert comment --- conf/cloud | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/cloud b/conf/cloud index 72f2ea8696..9647c16d97 100644 --- a/conf/cloud +++ b/conf/cloud @@ -8,10 +8,9 @@ # Set the size of minion keys to generate, defaults to 2048 #keysize: 2048 # -# Optionally set the default deployment script, out of the scripts in the -# salt-cloud 'deploy' folder. -# Default: 'bootstrap-salt-minion' -#script: python-bootstrap +# Set the default os being deployed, this sets which deployment script to +# apply, this must be set here or in all vm configurations +#os: RHEL6 ##### Cloud Provider Settings ##### ##########################################