Project

General

Profile

« Previous | Next » 

Revision e0696f41

Added by Ohad Levy about 13 years ago

Added Smart Proxy mangement

View differences:

manifests/defines.pp
}
}
}
define link_file($source_path, $target_path) {
file{"$target_path/$name":
ensure => link,
target => "$source_path/$name"
}
}

Also available in: Unified diff