diff --git a/lib/Simba/DA.pm b/lib/Simba/DA.pm index 1d5ee85..22766b7 100644 --- a/lib/Simba/DA.pm +++ b/lib/Simba/DA.pm @@ -36,7 +36,7 @@ sub new { # * Other system dependent parameters, e.g., whether to use ACLs # # For now we just hardcode the stuff: - my $config = Config::YAML->new( config => '/etc/simba/ca.conf'); + my $config = Config::YAML->new( config => '/etc/simba/da.conf'); if ($config->{prune}) { for (@{ $config->{prune} }) { $_ = ".$_" if (m{^/});