Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix names in simp config answers file, clean up #3

Merged
merged 1 commit into from
Sep 13, 2016

Conversation

lamawithonel
Copy link
Contributor

This fixes the server hostname in the simp config answers file. It
also cleans up the file for readability and renames it using a more
verbose, obvious name.

This fixes the server hostname in the `simp config` answers file.  It
also cleans up the file for readability and renames it using a more
verbose, obvious name.
@@ -5,7 +5,7 @@ Vagrant.configure('2') do |c|
server_post_up = <<-EOS.gsub(/^[[:blank:]]{4}/, '')
Now run the following commands to get going:

simp config -a /vagrant/answers.yaml
simp config -a /vagrant/simp_config_answers.yaml
Copy link
Owner

@jeefberkey jeefberkey Sep 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was originally just the simp config answers file, taken from /root/.simp/simp_conf.yaml. All of the syntax stuff was what was outputted by simp config.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I saw that in the header. If it's all the same, though, I think using something like this is better for distribution. My goal here was to make it easier to read and understand, because this will be used for training and probably by users wanting to try out SIMP without too much work.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright but this provided file will be different than what a user might get when they look in their generated simp_conf.yaml.

@jeefberkey
Copy link
Owner

Do you get notified for file comments?

@jeefberkey jeefberkey self-assigned this Sep 13, 2016
@jeefberkey jeefberkey merged commit 8bb3807 into jeefberkey:master Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants