X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fbase_installation%2Ftemplates%2Fpuppet%2Fpuppet.conf.erb;h=03b33bba119d8fedbf9e3c4947648d486dae3708;hb=bfd8ca3f9b05a8d8028bca0845e579f45156f244;hp=37eba8ef0cbc5d151f30048e3df4c03299fa8700;hpb=5d110ba1a1e8b2e0e7ab2cb0499940df86aebad3;p=perso%2FImmae%2FProjets%2FPuppet.git 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 %>