Sign in
apache
/
puppet-backuppc
/
f5bf763b1d2263009c520eb6faf5d0afbbb40e98
/
.
/
manifests
/
client
/
params.pp
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"
)
}
}
}