diff options
Diffstat (limited to 'puppetserver/services.d/ca.cfg')
-rw-r--r-- | puppetserver/services.d/ca.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppetserver/services.d/ca.cfg b/puppetserver/services.d/ca.cfg new file mode 100644 index 0000000..e3c1c84 --- /dev/null +++ b/puppetserver/services.d/ca.cfg @@ -0,0 +1,6 @@ +# To enable the CA service, leave the following line uncommented +puppetlabs.services.ca.certificate-authority-service/certificate-authority-service +# To disable the CA service, comment out the above line and uncomment the line below +#puppetlabs.services.ca.certificate-authority-disabled-service/certificate-authority-disabled-service +puppetlabs.trapperkeeper.services.watcher.filesystem-watch-service/filesystem-watch-service + |