blob: 26e13f632b4b5ce4328d11e7e6016f7a789e50af [file] [log] [blame]
class backuppc::client::params inherits backuppc::params {
case $operatingsystem {
'ubuntu', 'debian': {
$home_directory = '/var/backups'
}
default: {
fail("Operating system ${operatingsystem} is not supported by this module")
}
}
}