We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51e9a4b + 1c6f37a commit 04a133cCopy full SHA for 04a133c
1 file changed
manifests/server.pp
@@ -169,19 +169,22 @@
169
content => $ssl_key,
170
owner => $puppetdb_user,
171
group => $puppetdb_group,
172
- mode => '0600';
+ mode => '0600',
173
+ notify => Service[$puppetdb_service];
174
$ssl_cert_path:
175
ensure => file,
176
content => $ssl_cert,
177
178
179
180
181
$ssl_ca_cert_path:
182
183
content => $ssl_ca_cert,
184
185
186
187
188
}
189
190
0 commit comments