summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-14 20:13:36 +0200
committermh <mh@immerda.ch>2009-05-14 20:13:36 +0200
commit52f6c79d82018d96f1609f8c6c47e9d156d26893 (patch)
tree492cecb736e5bd6a0565cf0a88e2ff10a890d9af /manifests/init.pp
parent941ed0e7577bee4d9b04c3211ddf8c70a858cf31 (diff)
splitted everything up in one file per class/define
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,
- }
-}