Add module `grep'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-10 10:04:27 +02:00
parent 924a511386
commit 01807c26a7

View File

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