summaryrefslogtreecommitdiff
path: root/provider_base
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-10 12:27:39 -0400
committerMicah Anderson <micah@riseup.net>2013-04-10 12:36:49 -0400
commit92f565f349266f7c5adfc88b31d0d2902431efa4 (patch)
tree97e02aaae69fb05e67d625befd63a84f5aeb1505 /provider_base
parent7cb8deafbb02d42c6cd4af4b19d9d269e3d4bf42 (diff)
clean up ca_daemon things, it is not used any longer because it has been included in the web app (#1978)
remove site_ca_daemon module and configuration in site.pp as well as the provider_base/services/ca.json
Diffstat (limited to 'provider_base')
-rw-r--r--provider_base/services/ca.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/provider_base/services/ca.json b/provider_base/services/ca.json
deleted file mode 100644
index 64866ddc..00000000
--- a/provider_base/services/ca.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ca_daemon": {
- "couchdb_hosts": "= hostnames nodes_like_me[:services => :couchdb]",
- "couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]"
- },
- "service_type": "internal_service",
- "x509": {
- "use": true,
- "ca_key": "= file(:ca_key, :missing => 'CA key. Run `leap cert ca` to create the Certificate Authority.')"
- }
-}