Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Commit

Permalink
remove redundant naming in file, use less aggressive naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Nov 24, 2013
1 parent 058c333 commit 4c3c92a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|

pypi.vm.provision :salt do |s|
s.verbose = true
s.minion_config = "provisioning/salt/minion/pypi-minion"
s.minion_config = "provisioning/salt/minion/pypi"
s.run_highstate = true
end
end
Expand All @@ -31,7 +31,7 @@ Vagrant.configure("2") do |config|

mirror.vm.provision :salt do |s|
s.verbose = true
s.minion_config = "provisioning/salt/minion/mirror-minion"
s.minion_config = "provisioning/salt/minion/mirror"
s.run_highstate = true
end
end
Expand All @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|

pg_master.vm.provision :salt do |s|
s.verbose = true
s.minion_config = "provisioning/salt/minion/pg_cluster-master-minion"
s.minion_config = "provisioning/salt/minion/pg_cluster-primary"
s.run_highstate = true
end
end
Expand All @@ -56,7 +56,7 @@ Vagrant.configure("2") do |config|

pg_slave.vm.provision :salt do |s|
s.verbose = true
s.minion_config = "provisioning/salt/minion/pg_cluster-slave-minion"
s.minion_config = "provisioning/salt/minion/pg_cluster-standby0"
s.run_highstate = true
end
end
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4c3c92a

Please sign in to comment.