Revert "Add module `grep'"

This reverts commit 01807c26a7.
This commit is contained in:
Alexander Klimov 2014-09-11 10:21:27 +02:00
parent d892ae5670
commit 8881d96f6b
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# Class: grep
#
# This class installs grep.
#
# Sample Usage:
#
# include grep
#
class grep {
package { 'grep': }
}