34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
# 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
|