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

Support hash of fetchcrl::ca as parameter #79

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

traylenator
Copy link
Contributor

Pull Request (PR) description

The main class now supports a hash of fetchcrl::ca types

e.g.

class{'fetchcrl':
  cas => {
    'MD' => {
      'noerrors' => true,
    },
    'EDG' => {
      'ageingtolerance' => 33,
    }
  }

The main class now supports a hash of `fetchcrl::ca` types

e.g.

```puppet
class{'fetchcrl':
  cas => {
    'MD' => {
      'noerrors' => true,
    },
    'EDG' => {
      'ageingtolerance' => 33,
    }
  }
```
@traylenator traylenator added the enhancement New feature or request label Sep 17, 2021
@traylenator traylenator marked this pull request as ready for review September 17, 2021 09:19
@traylenator traylenator merged commit 0336b9b into voxpupuli:master Sep 20, 2021
@traylenator traylenator deleted the hiera branch September 20, 2021 08:32
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