Remove append_if_no_such_line to sync with shared module.

This commit is contained in:
intrigeri 2011-02-26 00:27:43 +01:00
parent 0b709ed5a7
commit ab9bc25704

View file

@ -1,14 +0,0 @@
#
# This define is only for "CFEngine compatability". It is only a light
# wrapper around the "line" define, which is equally dangerous, but at
# least named according to a proper resource model.
#
define append_if_no_such_line($file, $line) {
line {
$name:
ensure => present,
file => $file,
line => $line;
}
}