28
|
1 |
# General configuration file for Puppi tools
|
|
2 |
# This file is managed by Puppet
|
|
3 |
|
|
4 |
# Directory locations
|
|
5 |
basedir="<%= scope.lookupvar('puppi::params::basedir') %>"
|
|
6 |
checksdir="<%= scope.lookupvar('puppi::params::checksdir') %>"
|
|
7 |
workdir="<%= scope.lookupvar('puppi::params::workdir') %>"
|
|
8 |
projectsdir="<%= scope.lookupvar('puppi::params::projectsdir') %>"
|
|
9 |
scriptsdir="<%= scope.lookupvar('puppi::params::scriptsdir') %>"
|
|
10 |
libdir="<%= scope.lookupvar('puppi::params::libdir') %>"
|
|
11 |
archivedir="<%= scope.lookupvar('puppi::params::archivedir') %>"
|
|
12 |
logdir="<%= scope.lookupvar('puppi::params::logdir') %>"
|
|
13 |
logsdir="<%= scope.lookupvar('puppi::params::logsdir') %>"
|
|
14 |
infodir="<%= scope.lookupvar('puppi::params::infodir') %>"
|
|
15 |
tododir="<%= scope.lookupvar('puppi::params::tododir') %>"
|