diff --git a/manifests/init.pp b/manifests/init.pp index 5b9faed..c571fb8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,5 +1,3 @@ class git { - include stdlib - class { 'git::package': } }