Added Ubuntu support to git::client.
This commit is contained in:
parent
0706169f50
commit
356e8add9a
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
class git::client {
|
||||
|
||||
package { "git":
|
||||
name => $operatingsystem ? {
|
||||
"ubuntu" => "git-core",
|
||||
default => "git",
|
||||
},
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue