Skip to content

Commit

Permalink
Remove VAGABOND_MACHINE_NAME variable from autoconfig in /etc/profile…
Browse files Browse the repository at this point in the history
…. It is still possible to use, but it will be managed outside of our auto config system
  • Loading branch information
rbayliss committed Feb 11, 2016
1 parent c216a4e commit eb5a315
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ var ProfileConfigFile = ConfigFile{
TemplateName: "etcprofile",
Template: `export DOCKER_TZ={{.Tz}}
export VAGABOND_SITES_DIR={{.SitesDir}}
export VAGABOND_DATA_DIR={{.DataDir}}
export VAGABOND_MACHINE_NAME={{.MachineName}}`,
export VAGABOND_DATA_DIR={{.DataDir}}`,
},
Flush: func(env *Environment, filename string) {
exec.Command("bash", "source", "/etc/profile")
Expand Down

0 comments on commit eb5a315

Please sign in to comment.