updating perms for files
This commit is contained in:
parent
ce4188f385
commit
66000f897c
@ -4,7 +4,7 @@ define bind::key (
|
||||
$secret = undef,
|
||||
$secret_bits = 256,
|
||||
$algorithm = 'hmac-sha256',
|
||||
$owner = 'root',
|
||||
$owner = 'bind',
|
||||
$group = $::bind::defaults::bind_group,
|
||||
$keydir = $::bind::keydir::keydir,
|
||||
$keyfile = undef,
|
||||
|
||||
@ -6,7 +6,7 @@ class bind::keydir (
|
||||
file { $keydir:
|
||||
ensure => directory,
|
||||
mode => '0755',
|
||||
owner => 'root',
|
||||
owner => 'bind',
|
||||
group => 'bind',
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user