updated attributes for upload and install of archive
diff --git a/sample-edge-one-datacenter.cfg b/sample-edge-one-datacenter.cfg
index 35c92bd..58f6c33 100644
--- a/sample-edge-one-datacenter.cfg
+++ b/sample-edge-one-datacenter.cfg
@@ -2,11 +2,13 @@
 inventory = ~/.ansible/inventory/DIRECTORY_CONTAINING_INVENTORY_FILES
 fact_caching_connection = ~/.ansible/cache/DIRECTORY_CONTAINING_CACHE_FILES
 log_path = ~/.ansible/logs/LOG_FILENAME_FOR_THIS_CONFIGURATION.log
+remote_user = UPDATE_WITH_SSH_USER_NAME
+
 private_key_file = ~/.ssh/id_rsa
 roles_path = ~/.ansible/roles
 local_tmp = ~/.ansible/tmp
 library = ~/.ansible/library/
-remote_user = UPDATE_WITH_SSH_USER_NAME
+
 host_key_checking = false
 forks = 10
 retry_files_enabled = False
@@ -25,4 +27,3 @@
 ssh_args =  -q
 control_path=%(directory)s/ansible-ssh-%%h-%%p-%%r
 pipelining = True
-:wq
diff --git a/sample-edge-two-datacenters.cfg b/sample-edge-two-datacenters.cfg
index bf84bff..b9c400a 100644
--- a/sample-edge-two-datacenters.cfg
+++ b/sample-edge-two-datacenters.cfg
@@ -1,12 +1,13 @@
 [defaults]
-inventory = ~/.ansible/inventory/sample-edge-two-datacenters
-fact_caching_connection = ~/.ansible/cache/sample-edge-two-datacenters
-log_path = ~/.ansible/logs/sample-edge-two-datacenters.log
+inventory = ~/.ansible/inventory/DIRECTORY_CONTAINING_INVENTORY_FILES
+fact_caching_connection = ~/.ansible/cache/DIRECTORY_CONTAINING_CACHE_FILES
+log_path = ~/.ansible/logs/LOG_FILENAME_FOR_THIS_CONFIGURATION.log
+remote_user = UPDATE_WITH_SSH_USER_NAME
+
 private_key_file = ~/.ssh/id_rsa
 roles_path = ~/.ansible/roles
 local_tmp = ~/.ansible/tmp
 library = ~/.ansible/library/
-remote_user = SSH_USER_NAME
 host_key_checking = false
 forks = 10
 retry_files_enabled = False