]> gitweb.fluxo.info Git - puppet-backupninja.git/commit
change the backupninja::client::key definition to use the $user variable
authorMicah Anderson <micah@riseup.net>
Fri, 30 May 2008 17:43:51 +0000 (17:43 +0000)
committerMicah Anderson <micah@riseup.net>
Fri, 30 May 2008 17:43:51 +0000 (17:43 +0000)
commit100bb69f2e721332e71e4e5bf8dd96cf3499296c
tree26e540ec4786e0c033f56c44294a9a3977cc014b
parentd08410db8a81ce6060eea2044c0ac09c001568ab
change the backupninja::client::key definition to use the $user variable
change the $host variable to no longer use the $user variable, that way
multiple rdiff's can be instantiated for a particular host, with different
name variables
in order to do that, the class also has to have the $installkeys variable that
can be passed to backupninja::client::key so that the second rdiff instantiation would
set installkeys => false, otherwise there will be an attempt to duplicate the resource
manifests/client.pp
manifests/rdiff.pp
manifests/server.pp