Remove useless APT_REPOSITORY variables

Change-Id: I210427282dba54c46c6c56c3c4df0ab0c8167a6b
diff --git a/day01-image/run.example.sh b/day01-image/run.example.sh
index 6277a71..16c1d03 100755
--- a/day01-image/run.example.sh
+++ b/day01-image/run.example.sh
@@ -24,8 +24,6 @@
 export SALTSTACK_GPG="https://repo.saltstack.com/apt/ubuntu/16.04/amd64/2017.7/SALTSTACK-GPG-KEY.pub"
 export APT_MIRANTIS_SALT_REPO="http://apt.mirantis.com/xenial/ proposed salt"
 export GIT_SALT_FORMULAS_SCRIPTS="https://gerrit.mcp.mirantis.com/salt-formulas/salt-formulas-scripts"
-export APT_REPOSITORY="deb [arch=amd64] http://apt.mirantis.com/xenial/ proposed salt"
-export APT_REPOSITORY_GPG=http://apt.mirantis.com/public.gpg
 ###
 # Hard-coded folder in template
 export PACKER_IMAGES_CACHE="${HOME}/packer_images_cache/"
diff --git a/day01-image/template.json b/day01-image/template.json
index 881516e..9c07cc3 100644
--- a/day01-image/template.json
+++ b/day01-image/template.json
@@ -16,10 +16,7 @@
     "saltstack_repo": "{{ env `SALTSTACK_REPO` }}",
     "apt_mirantis_gpg": "{{ env `APT_MIRANTIS_GPG` }}",
     "apt_mirantis_salt_repo": "{{ env `APT_MIRANTIS_SALT_REPO` }}",
-    "git_salt_formulas_scripts": "{{ env `GIT_SALT_FORMULAS_SCRIPTS` }}",
-    "apt_repository": "{{ env `APT_REPOSITORY` }}",
-    "apt_repository_gpg": "{{ env `APT_REPOSITORY_GPG` }}"
-
+    "git_salt_formulas_scripts": "{{ env `GIT_SALT_FORMULAS_SCRIPTS` }}"
   },
   "provisioners": [
     {
@@ -59,8 +56,6 @@
         "APT_MIRANTIS_GPG={{ user `apt_mirantis_gpg` }}",
         "APT_MIRANTIS_SALT_REPO={{ user `apt_mirantis_salt_repo` }}",
         "GIT_SALT_FORMULAS_SCRIPTS={{ user `git_salt_formulas_scripts` }}",
-        "APT_REPOSITORY={{ user `apt_repository` }}",
-        "APT_REPOSITORY_GPG={{ user `apt_repository_gpg` }}",
         "APT_MIRANTIS_SALT_REPO={{ user `apt_mirantis_salt_repo` }}",
         "BOOTSTRAP_SALTSTACK_COM=file:///opt/bootstrap.saltstack.com.sh",
         "MCP_VERSION={{ user `mcp_version` }}",