diff options
-rw-r--r-- | provider_base/services/ca.json | 2 | ||||
-rw-r--r-- | puppet/manifests/site.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/provider_base/services/ca.json b/provider_base/services/ca.json index f3758ab6..800c995d 100644 --- a/provider_base/services/ca.json +++ b/provider_base/services/ca.json @@ -1,5 +1,5 @@ { - "ca": { + "ca_daemon": { "couchdb_hosts": "= nodes[:services => :couchdb][:local => local].field('domain.name')", "couchdb_user": "= global.services[:couchdb].couch.users[:ca_daemon]" }, diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 304e989d..c8502bc7 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -24,6 +24,6 @@ node 'default' { } if 'ca' in $services { - include site_ca + include site_ca_daemon } } |