parent
c29eb0d123
commit
fa8584059a
|
@ -0,0 +1,13 @@
|
||||||
|
# Class: git
|
||||||
|
#
|
||||||
|
# This class installs git.
|
||||||
|
#
|
||||||
|
# Sample Usage:
|
||||||
|
#
|
||||||
|
# include git
|
||||||
|
#
|
||||||
|
class git {
|
||||||
|
package { 'git':
|
||||||
|
ensure => installed,
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue