We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 748e41a + fe75751 commit 4457aacCopy full SHA for 4457aac
plans/action/install.pp
@@ -247,7 +247,7 @@
247
$master_replica_target,
248
]),
249
path => '/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa',
250
- mode => '0400',
+ mode => '0600',
251
content => $r10k_private_key,
252
)
253
}
@@ -258,7 +258,7 @@
258
259
260
path => '/etc/puppetlabs/license.key',
261
+ mode => '0644',
262
content => $license_key,
263
264
0 commit comments