We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48699c commit b2139a3Copy full SHA for b2139a3
manifests/server/puppetserver.pp
@@ -214,6 +214,14 @@
214
unit => 'puppetserver.service',
215
content => "[Service]\nLimitNOFILE=${max_open_files}\n",
216
}
217
+
218
+ # https://github.com/puppetlabs/ezbake/pull/623
219
+ systemd::dropin_file { 'puppetserver.service-privatetmp.conf':
220
+ ensure => present,
221
+ filename => 'privatetmp.conf',
222
+ unit => 'puppetserver.service',
223
+ content => "[Service]\nPrivateTmp=true\n",
224
+ }
225
} else {
226
file_line { 'puppet::server::puppetserver::max_open_files':
227
ensure => $ensure_max_open_files,
0 commit comments