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