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