CBAIS::Actions::Link - create HardLinks
The CBAIS::Actions::Link class implements a CBAIS action which creates links. The verify and undo operations are also supported.
The constructor recognises the following keys
The following demonstrates a relative and absolute symlink configuration in a class file.
{ action => 'link', target => '/sbin/ls', link => '/bin/ls',
},