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

Proposal for introducing create_resources #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

riton
Copy link

@riton riton commented Mar 20, 2015

  • Add simple version in main class that allows creating logrotate
    rules in Hiera with:
classes:
  - logrotate

logrotate::rules:
  'syslog':
    [...]

I've not written any documentation or anything more for now. I wanted to know your opinion about this feature before going any further.

* Add simple version in main class that allows creating logrotate
rules in Hiera with:

```
classes:
  - logrotate

logrotate::rules:
  'syslog':
    [...]
```
@pcfens
Copy link

pcfens commented May 5, 2015

#43 handles this too, and uses a pattern that seems to be more popular/common.

@riton
Copy link
Author

riton commented May 5, 2015

#43 adds hiera support but does not allow one to take advantage of deep_merge behavior that could be provided by using hiera_hash function.

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