aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/templates/puppet/puppet.conf.erb
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-28 16:59:07 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-28 16:59:07 +0200
commitbfd8ca3f9b05a8d8028bca0845e579f45156f244 (patch)
treebbff3931428be81a867a3585f445547ce2141369 /modules/base_installation/templates/puppet/puppet.conf.erb
parent5d110ba1a1e8b2e0e7ab2cb0499940df86aebad3 (diff)
downloadPuppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.gz
Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.zst
Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.zip
Move external modules to other place
Diffstat (limited to 'modules/base_installation/templates/puppet/puppet.conf.erb')
-rw-r--r--modules/base_installation/templates/puppet/puppet.conf.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/base_installation/templates/puppet/puppet.conf.erb b/modules/base_installation/templates/puppet/puppet.conf.erb
index 37eba8e..03b33bb 100644
--- a/modules/base_installation/templates/puppet/puppet.conf.erb
+++ b/modules/base_installation/templates/puppet/puppet.conf.erb
@@ -4,6 +4,9 @@ reports = store,xmpp
4<% else %> 4<% else %>
5reports = store 5reports = store
6<% end %> 6<% end %>
7
8basemodulepath = <%= @puppet_code_path %>/modules:<%= @puppet_code_path %>/external_modules
9
7ssldir = <%= @puppet_ssl_path %> 10ssldir = <%= @puppet_ssl_path %>
8 11
9environment = <%= @environment %> 12environment = <%= @environment %>