mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
924a511386
commit
01807c26a7
11
.vagrant-puppet/modules/grep/manifests/init.pp
Normal file
11
.vagrant-puppet/modules/grep/manifests/init.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Class: grep
|
||||||
|
#
|
||||||
|
# This class installs grep.
|
||||||
|
#
|
||||||
|
# Sample Usage:
|
||||||
|
#
|
||||||
|
# include grep
|
||||||
|
#
|
||||||
|
class grep {
|
||||||
|
package { 'grep': }
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user