Module Cft
In: lib/cft.rb
lib/cft/puppet/transportable.rb

Methods

log  

Classes and Modules

Module Cft::Commands
Module Cft::Puppet
Module Cft::RPM
Class Cft::Changes
Class Cft::Error
Class Cft::InternalError
Class Cft::Monitor
Class Cft::Session

Constants

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
CREATED = "+"
DELETED = "-"
TransBucket = ::Puppet::TransBucket   Alias puppet‘s transportables
TransObject = ::Puppet::TransObject

Public Class methods

[Validate]