dev/provisioning/modules/puppi/templates/puppi.conf.erb
author ymh <ymh.work@gmail.com>
Tue, 19 Jan 2016 19:18:34 +0100
changeset 109 d22ed5792f8e
parent 28 b0b56e0f8c7f
permissions -rwxr-xr-x
Correct transaction management. cf. bug https://openrdf.atlassian.net/browse/SES-2295 and tomcat default management of PUT request with form data (application/x-www-form-urlencoded encoded)

# General configuration file for Puppi tools
# This file is managed by Puppet

# Directory locations
basedir="<%= scope.lookupvar('puppi::params::basedir') %>"
checksdir="<%= scope.lookupvar('puppi::params::checksdir') %>"
workdir="<%= scope.lookupvar('puppi::params::workdir') %>"
projectsdir="<%= scope.lookupvar('puppi::params::projectsdir') %>"
scriptsdir="<%= scope.lookupvar('puppi::params::scriptsdir') %>"
libdir="<%= scope.lookupvar('puppi::params::libdir') %>"
archivedir="<%= scope.lookupvar('puppi::params::archivedir') %>"
logdir="<%= scope.lookupvar('puppi::params::logdir') %>"
logsdir="<%= scope.lookupvar('puppi::params::logsdir') %>"
infodir="<%= scope.lookupvar('puppi::params::infodir') %>"
tododir="<%= scope.lookupvar('puppi::params::tododir') %>"