mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Update directory structure & allow to configure paths (tmp, log, cache)
This commit is contained in:
11
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/php/templates/extra-ini.erb
vendored
Normal file
11
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/php/templates/extra-ini.erb
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
; File Managed by Puppet
|
||||
|
||||
<% if @value != "" -%>
|
||||
<% if @value.is_a? Array -%>
|
||||
<% @value.each do |name| -%>
|
||||
<%= name %>
|
||||
<% end %>
|
||||
<% else -%>
|
||||
<%= value %>
|
||||
<% end -%>
|
||||
<% end -%>
|
8
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/php/templates/spec.erb
vendored
Normal file
8
resources/vagrant/vms/phraseanet-php54-nginx/puphpet/puppet/modules/php/templates/spec.erb
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is a template used only for rspec tests
|
||||
|
||||
# Yaml of the whole scope
|
||||
<%= scope.to_hash.reject { |k,v| !( k.is_a?(String) && v.is_a?(String) ) }.to_yaml %>
|
||||
|
||||
# Custom Options
|
||||
<%= options['opt_a'] %>
|
||||
<%= options['opt_b'] %>
|
Reference in New Issue
Block a user