Woops sorry (but still doesn't work :

File { backup => ["main", ".puppet-bak"] }



Le jeudi 16 août 2012 11:03:10 UTC+2, Deimos Fr a écrit :
>
> Hi,
>
> I've tried differents solutions, but no one worked for me. Is there a way 
> to get dual backups ? For example, one backup locally on each nodes and 
> another on the filebucket. The idea is to have a local backup for different 
> purposes and on the filebucket to get a visual diff on the dashboard.
>
> My configuration for local backup :
>
> # Backing up all files and ignore vcs files/folders
> File {
>     backup => '.puppet-bak',
>     ignore => ['.svn', '.git', 'CVS' ]
> }
>
> For the filebucket :
>
> # The filebucket option allows for file backups to the server
> filebucket { main: server => 'puppet' }
>
> But now, I would like to combine :
>
> File { backup => ["main", ".puppet-bak" }
>
> But doesn't work :-(.
>
> Any idea ? Thanks
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/1AGEsUJ1jgYJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to