-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Directories array #1
Comments
I've noticed you have a fork already- if you issue a pull request I'll happily take a look. Otherwise it'll probably be a couple of weeks, as I just got back from an extended trip and am still catching up on things. Regardless, thanks for the bug report! I hope you're enjoying this module. |
Hi Robert, yep, I forked, and I will submit pull requests when I think I have a clean code :) A missed a few features (like being able to change backup directory on a client basis, and a few others. I'll try to implement them cleanly, and get back to you ! Thanx for your work, It's a great puppet module ! |
@DocEmmetBrown still planning a pull request? |
allow concat module version up to 3.0.0
Hi,
I've encountered a weird issue using the
directory
variable for the client.if my array contains only one string ex :
directories => [ '/' ],
, I get an error on the backup server :I managed to make it work with this syntax :
directories => [ [ '/']],
but it's pretty strange.
I'm running puppet client & master 3.8 on Debian Wheezy on all the machines.
Thanx a lot !
The text was updated successfully, but these errors were encountered: