Only setup ca_server on main

This commit is contained in:
Yolanda Robla 2015-03-19 11:15:18 +01:00
parent eb5c5c4cff
commit 849831668d
2 changed files with 0 additions and 5 deletions

View File

@ -24,7 +24,6 @@ class puppet (
$certname = $::fqdn,
$puppetmaster_server = 'puppetmaster.openstack.org',
$puppet_ca_server = undef,
$ca_server = undef,
$dns_alt_names = undef,
$environment_path = '/etc/puppet/environments',
$basemodule_path = '/etc/puppet/modules',

View File

@ -33,10 +33,6 @@ reports=<%= @reports %>
storeconfigs = <%= @store_configs %>
storeconfigs_backend = <%= @store_backend %>
basemodulepath = <%= @basemodule_path %>
<% if @ca_server -%>
ca=false
ca_server = <%= @ca_server %>
<% end -%>
[agent]
report=true