diff --git a/manifests/init.pp b/manifests/init.pp index e8e8f10..ceb085d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,3 +1,5 @@ +# Install git client +# class git { package { 'git': ensure => present, } }