| SESSION_DIR |
= |
"/tmp/cft" |
|
All sessions are stored here
|
| WATCH_DIRS |
= |
[ '/etc', '/var/run', '/var/lock/subsys', # For tracking services '/var/spool/cron' |
|
The directories we watch during a session
|
| FILTERS |
= |
[ '*.swp', '*.swpx', '*.swx', # vi leaves these behind '*~', # emacs backup files '/etc/httpd/run/**', # symlink to /var/run '/etc/httpd/logs/**', # symlink to /var/log/httpd '/etc/printcap', # cups keeps rewriting this '/etc/ld.so.cache', # gets recreated a lot '/etc/shadow*' |
|
Globs that we can definitely ignore
|
| CHANGED |
= |
"=" |
|
Markers for the changes applied to files
|
| TransBucket |
= |
::Puppet::TransBucket |
|
Alias puppet‘s transportables
|