mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
22d155b1da
commit
8c00c6d464
13
.vagrant-puppet/modules/tar/manifests/init.pp
Normal file
13
.vagrant-puppet/modules/tar/manifests/init.pp
Normal file
@ -0,0 +1,13 @@
|
||||
# Class: tar
|
||||
#
|
||||
# This class installs tar.
|
||||
#
|
||||
# Sample Usage:
|
||||
#
|
||||
# include tar
|
||||
#
|
||||
class tar {
|
||||
package { 'tar':
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user