Sign in
apache
/
puppet-backuppc
/
6e135638cb888d99c841c74b14f2d89d18f38492
/
.
/
manifests
/
apache.pp
blob: ec4c5b9525c1d56f29b3e4481c396c0a1c6995c2 [
file
] [
log
] [
blame
]
class
backuppc
::
apache inherits backuppc
::
params
{
file
{
$config_apache
:
ensure
=>
symlink
,
target
=>
'/etc/backuppc/apache.conf'
,
require
=>
Package
[
$package
]
}
}