From 056c3db7e4c878940219a8be0dcfddc09983c837 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sun, 23 Jun 2013 15:40:49 -0400 Subject: [PATCH] stdlib not actually required --- manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) 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': } }