-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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 :
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template rsnapshot/config.erb:
Filepath: /etc/puppet/modules/rsnapshot/templates/config.erb
Line: 103
Detail: undefined method `each' for "/":String
at /etc/puppet/modules/rsnapshot/manifests/server/config.pp:165 on node online-backup-48.as2.io
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
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 !
Metadata
Metadata
Assignees
Labels
No labels