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

Replace ensure_resource with base class and add package_source parameter #7

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

alexjfisher
Copy link
Member

By having a base class that can be included by multiple instances of
spiped::tunnel, we can remove the use of ensure_resource.

This also makes it possible to provide parameters via the base class.
I've added package_source. This parameter can be used on OSes that
don't ship a spiped package.

This commit also contains new rspec-puppet tests and a README update
explaining how to use the module on RedHat family systems.

By having a base class that can be included by multiple instances of
`spiped::tunnel`, we can remove the use of `ensure_resource`.

This also makes it possible to provide parameters via the base class.
I've added `package_source`.  This parameter can be used on OSes that
don't ship a `spiped` package.

This commit also contains new rspec-puppet tests and a README update
explaining how to use the module on RedHat family systems.
@alexjfisher alexjfisher added the enhancement New feature or request label Jun 17, 2019
@alexjfisher alexjfisher merged commit e9c74fc into voxpupuli:master Jun 17, 2019
@alexjfisher alexjfisher deleted the base_class branch June 17, 2019 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants