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

Exported resources support? #1

Open
stig opened this issue Oct 7, 2015 · 3 comments
Open

Exported resources support? #1

stig opened this issue Oct 7, 2015 · 3 comments

Comments

@stig
Copy link

stig commented Oct 7, 2015

Hello! Would you be interested in accepting contributions for exported resources support? (Or add this support yourself?) I am investigating using this module with some in-house apps and I would prefer to have the definition of which files are shipped in the app's own manifest, rather in a central place.

@mbartmann
Copy link
Member

Hello Stig,
we use this very simple module in production ourselves and if we don't break anything, we can certainly add more functionality to it.
Can you describe your idea/requirements in detail and maybe we can come up with an update. We would also accept pull requests.

@tko
Copy link

tko commented Dec 7, 2015

Can't speak for @stig but I imagine the use case is to be able to list the log files independently from different places and have remote_syslog2 to collect all the logfiles together in the log_files.yml, i.e.

class ssh {
  remote_syslog2::log_files { 'ssh': log_files => ['/var/log/sshd.log'] }
}
class nginx {
  remote_syslog2::log_files { 'nginx': log_files => ['/var/log/nginx/access.log', '/var/log/nginx/error.log'] }
}

@stig
Copy link
Author

stig commented Dec 7, 2015

Sorry, I forgot about this. Something like that is indeed what I had in mind.

chadq pushed a commit to chadq/puppet-remote_syslog2 that referenced this issue Mar 24, 2016
Ensure remote_syslog install path exists
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

No branches or pull requests

3 participants