summaryrefslogtreecommitdiff
path: root/manifests/base.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/base.pp
parent941ed0e7577bee4d9b04c3211ddf8c70a858cf31 (diff)
splitted everything up in one file per class/define
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
new file mode 100644
index 0000000..06742a7
--- /dev/null
+++ b/manifests/base.pp
@@ -0,0 +1,5 @@
+class git::base {
+ package{'git':
+ ensure => present,
+ }
+}