|
1 # File Managed by Puppet |
|
2 # This is the base configuration file for project <%= scope.lookupvar('name') %> |
|
3 # During a puppi deploy it's copied into the runtime configuration |
|
4 # used by the scripts executed by puppi |
|
5 # |
|
6 # Do not edit this file. You can modify these variables: |
|
7 # Permanently: directly on your puppi manifests (When you use the puppi:project:: defines) |
|
8 # Temporarily: using the puppi option -o to override them. |
|
9 # example: puppi deploy $name -o "source=http://alt.com/file deploy_root=/var/tmp" |
|
10 |
|
11 # Common variables for project defines |
|
12 project="<%= @name %>" |
|
13 source="<%= @source %>" |
|
14 deploy_root="<%= @deploy_root %>" |
|
15 user="<%= @user %>" |
|
16 predeploy_customcommand="<%= @predeploy_customcommand %>" |
|
17 postdeploy_customcommand="<%= @postdeploy_customcommand %>" |
|
18 init_script="<%= @init_script %>" |
|
19 disable_services="<%= @disable_services %>" |
|
20 firewall_src_ip="<%= @firewall_src_ip %>" |
|
21 firewall_dst_port="<%= @firewall_dst_port %>" |
|
22 report_email="<%= @report_email %>" |
|
23 enable="<%= @enable %>" |
|
24 |
|
25 # Variables used by project::files |
|
26 files_prefix="<%= @files_prefix %>" |
|
27 source_baseurl="<%= @source_baseurl %>" |
|
28 |
|
29 # Variables used by project::maven |
|
30 document_root="<%= @document_root %>" |
|
31 config_root="<%= @config_root %>" |
|
32 |
|
33 # Variables added during runtime puppi operations |