| PATHS |
= |
{ :pid => "pid", # The lockfile for the session :ppid => "ppid", :pp_before => "before.yaml", # List of puppet types :pp_after => "after.yaml", # as transportables in yaml :rpm_before => "rpm_before.txt", # Dump of installed rpm's :rpm_after => "rpm_after.txt", # before and after :rpm_files => "rpm_files.yaml", # RPM's info on changed files :rpm_shadow => "rpm_shadow.yaml",# Dependency info for # changed packages :stdout => "stdout", # I/O for the daemon :stderr => "stderr", :orig => "orig", # Dir where to store original files :changes => "changes", # File with change listing :after => "after", # Dir with changed files :bundle => "bundle" |
|
Map symbolic names for various files/dirs in a sesion to paths/filenames
relative to the sessions top dir
|