We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a3782a + 3daceba commit 2b38c47Copy full SHA for 2b38c47
manifests/server/installdb.pp
@@ -22,6 +22,7 @@
22
ensure => present,
23
owner => $mysqluser,
24
group => $::mysql::server::mysql_group,
25
+ mode => 'u+rw',
26
before => Mysql_datadir[ $datadir ],
27
}
28
0 commit comments