diff -r a2342f26c9de -r b0b56e0f8c7f dev/provisioning/modules/puppi/templates/project/config.erb --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dev/provisioning/modules/puppi/templates/project/config.erb Fri Jan 15 15:35:00 2016 +0100 @@ -0,0 +1,33 @@ +# File Managed by Puppet +# This is the base configuration file for project <%= scope.lookupvar('name') %> +# During a puppi deploy it's copied into the runtime configuration +# used by the scripts executed by puppi +# +# Do not edit this file. You can modify these variables: +# Permanently: directly on your puppi manifests (When you use the puppi:project:: defines) +# Temporarily: using the puppi option -o to override them. +# example: puppi deploy $name -o "source=http://alt.com/file deploy_root=/var/tmp" + +# Common variables for project defines +project="<%= @name %>" +source="<%= @source %>" +deploy_root="<%= @deploy_root %>" +user="<%= @user %>" +predeploy_customcommand="<%= @predeploy_customcommand %>" +postdeploy_customcommand="<%= @postdeploy_customcommand %>" +init_script="<%= @init_script %>" +disable_services="<%= @disable_services %>" +firewall_src_ip="<%= @firewall_src_ip %>" +firewall_dst_port="<%= @firewall_dst_port %>" +report_email="<%= @report_email %>" +enable="<%= @enable %>" + +# Variables used by project::files +files_prefix="<%= @files_prefix %>" +source_baseurl="<%= @source_baseurl %>" + +# Variables used by project::maven +document_root="<%= @document_root %>" +config_root="<%= @config_root %>" + +# Variables added during runtime puppi operations