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

OpenBSD box: Fix hostname (wrong version number) #19

Merged
merged 1 commit into from
Dec 12, 2017

Conversation

jage
Copy link
Contributor

@jage jage commented Dec 10, 2017

Moved to user variables for the version numbering to reduce the risk of
a similar error in the future.

Moved to user variables for the version numbering to reduce the risk of
a similar error in the future.
@jage jage changed the title Fix hostname (wrong version number) OpenBSD box: Fix hostname (wrong version number) Dec 11, 2017
"mirror": "https://fastly.cdn.openbsd.org"
"mirror": "https://fastly.cdn.openbsd.org",
"major_version": "6",
"minor_version": "2"
},
Copy link
Contributor

@walro walro Dec 11, 2017

Choose a reason for hiding this comment

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

could possible add

"version": "{{user `major_version`}}.{{user `minor_version`}}"

to improve readability later on

Copy link
Contributor

Choose a reason for hiding this comment

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

not sure what to call the dotless version though, so we can maybe just leave it:)

Copy link
Contributor Author

@jage jage Dec 11, 2017

Choose a reason for hiding this comment

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

Hehe, yeah that's what stopped me. :) Not sure either what to call it, I think it might just get confusing. The important thing is to not duplicate the version specification, how it's formatted depends on the usage ..

@jage jage merged commit d42ffcc into master Dec 12, 2017
@jage jage deleted the issue/5/fix-hostname branch December 12, 2017 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants