28 lines
561 B
Properties
28 lines
561 B
Properties
# project.properties
|
|
#
|
|
# $Id: project.properties.template 2126 2010-08-17 21:06:08Z ahonor $
|
|
#
|
|
|
|
#
|
|
# The base directory for this project's instances
|
|
#
|
|
project.dir = /var/lib/rundeck/projects/${project.name}
|
|
#
|
|
# The base directory of project specific configuration files
|
|
#
|
|
project.etc.dir = /var/lib/rundeck/projects/${project.name}/etc
|
|
|
|
#
|
|
# The resources registration file
|
|
#
|
|
project.resources.file = /var/lib/rundeck/projects/${project.name}/etc/resources.xml
|
|
|
|
#
|
|
# The project description
|
|
#
|
|
project.description =
|
|
#
|
|
# The organization
|
|
#
|
|
project.organization =
|