remove delete_lines, as this define is obsolete
This commit is contained in:
parent
0961ad453b
commit
ac5da1df28
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
define delete_lines($file, $pattern) {
|
||||
exec { "/bin/sed -i -r -e '/$pattern/d' $file":
|
||||
onlyif => "/bin/grep -E '$pattern' '$file'",
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue