summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ba0acb8..aa32b42 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -11,14 +11,6 @@
# the Free Software Foundation.
#
-import 'defines.pp'
-
class git {
include git::base
}
-
-class git::base {
- package{'git':
- ensure => present,
- }
-}