-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate from file resource to concat
this allows us to use this defined type as often as we want (which is the purpose of a defined type). Each usage of it creates an entry in $user/.ssh/config. This is not a breaking change since you can still use the resource as before. However, you can now call it multiple types by setting a unique name for it + providing user => $user as a parameter. Use case: define a block in each puppet profile you have. Notice: I needed to bump the concat dependency by a major release, this means that the next release of this software also should be a major one, even if the API of this module has no breaking changes.
- Loading branch information
1 parent
8c6c10e
commit 1fbf6a7
Showing
2 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters