From bfd8ca3f9b05a8d8028bca0845e579f45156f244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 28 Apr 2018 16:59:07 +0200 Subject: Move external modules to other place --- modules/base_installation/templates/puppet/puppet.conf.erb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/base_installation/templates/puppet/puppet.conf.erb') 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 <% else %> reports = store <% end %> + +basemodulepath = <%= @puppet_code_path %>/modules:<%= @puppet_code_path %>/external_modules + ssldir = <%= @puppet_ssl_path %> environment = <%= @environment %> -- cgit v1.2.3