Module: Files

Defined in:
lib/promotion/config.rb

Overview

A section of the configuration file that contains file paths

Constant Summary collapse

Spec =

The standard name of the deployment descriptor for all apps

"deploy.xml"
Log =

The log file for promotion

"/var/staging/Promotion.log"
Profile =

system path to the shared profile

"/etc/profile"
Sudoers =

system path to the sudoers file

"/etc/sudoers"
Rc_conf =

system path to rc.conf.local

"/etc/rc.conf.local"
Newsyslog =

system path to newsyslog.conf

"/etc/newsyslog.conf"
Useradd =

path to useradd executable

"/usr/sbin/useradd"
Usermod =

path to usermod executable

"/usr/sbin/usermod"
Groupadd =

path to groupadd executable

"/usr/sbin/groupadd"
Groupmod =

path to groupmod executable

"/usr/sbin/groupmod"
Visudo =

path to visudo executable

"/usr/sbin/visudo"
Crontab =

path to crontab executable

"/usr/bin/crontab"
Zip =

path to zip executable

"/usr/local/bin/zip -q "
Svn =

path to subversion (svn) executable

"/usr/local/bin/svn "