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

Init.pp cleanup; bump nomand 1.0.1 -> 1.0.2 #42

Merged
merged 9 commits into from
Jan 17, 2021
Merged

Conversation

attachmentgenie
Copy link
Member

Pull Request (PR) description

adding install as package example, bumping version to , changing init_style type to better reflect the code present

This Pull Request (PR) fixes the following issues

Fixes #34

@@ -35,6 +35,29 @@
# },
# }
#
# @example Install as package from the HashiCorp repositories
# class { '::nomad':
Copy link
Member

Choose a reason for hiding this comment

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

nitpick: classes should not anymore be called via topscope:

Suggested change
# class { '::nomad':
# class { 'nomad':

@bastelfreak bastelfreak changed the title Init.pp cleanup Init.pp cleanup; bump nomand 1.0.1 -> 1.0.2 Jan 17, 2021
@bastelfreak bastelfreak merged commit f363f51 into master Jan 17, 2021
@bastelfreak bastelfreak deleted the init_cleanup branch January 17, 2021 16:18
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.

clean up init.pp params
2 participants