Skip to content

Commit 3a16fcb

Browse files
kajinamitekohl
authored andcommitted
Fix permission of zonefilepath
Add x bit because it's a directory.
1 parent c863196 commit 3a16fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
ensure => directory,
6262
owner => $dns::params::user,
6363
group => $dns::params::group,
64-
mode => '0640',
64+
mode => '0750',
6565
}
6666

6767
exec { 'create-rndc.key':

0 commit comments

Comments
 (0)