Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
b4ldr committed Jul 3, 2015
1 parent 329b45d commit 451add0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$confdir = '/etc/unbound'
$logdir = '/var/log'
$service_name = 'unbound'
$package_name = undef
$package_name = 'unbound'
$package_provider = undef
$runtime_dir = '/var/lib/unbound'
$owner = 'unbound'
Expand Down Expand Up @@ -53,7 +53,7 @@
} else {
$confdir = '/var/unbound'
$service_name = 'local_unbound'
$package_name = 'unbound'
$package_name = undef
$pidfile = '/var/run/local_unbound.pid'
}
$logdir = '/var/log/unbound'
Expand Down

0 comments on commit 451add0

Please sign in to comment.