diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-28 16:59:07 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-28 16:59:07 +0200 |
commit | bfd8ca3f9b05a8d8028bca0845e579f45156f244 (patch) | |
tree | bbff3931428be81a867a3585f445547ce2141369 /modules/base_installation | |
parent | 5d110ba1a1e8b2e0e7ab2cb0499940df86aebad3 (diff) | |
download | Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.gz Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.tar.zst Puppet-bfd8ca3f9b05a8d8028bca0845e579f45156f244.zip |
Move external modules to other place
Diffstat (limited to 'modules/base_installation')
-rw-r--r-- | modules/base_installation/templates/puppet/puppet.conf.erb | 3 |
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 %> |
5 | reports = store | 5 | reports = store |
6 | <% end %> | 6 | <% end %> |
7 | |||
8 | basemodulepath = <%= @puppet_code_path %>/modules:<%= @puppet_code_path %>/external_modules | ||
9 | |||
7 | ssldir = <%= @puppet_ssl_path %> | 10 | ssldir = <%= @puppet_ssl_path %> |
8 | 11 | ||
9 | environment = <%= @environment %> | 12 | environment = <%= @environment %> |