From 1355e6d8c2c9d3a0b1be9266f2dc5c7eadc06827 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Nov 2008 10:28:28 +0000 Subject: merged module from puzzle --- manifests/init.pp | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index a6131c1..e006126 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1 +1,24 @@ -# init +# +# git module +# +# Copyright 2008, Puzzle ITC +# Marcel Härry haerry+puppet(at)puzzle.ch +# Simon Josi josi+puppet(at)puzzle.ch +# +# This program is free software; you can redistribute +# it and/or modify it under the terms of the GNU +# General Public License version 3 as published by +# the Free Software Foundation. +# + +# modules_dir { \"git\": } + +class git { + include git::base +} + +class git::base { + package{'git': + ensure => present, + } +} -- cgit v1.2.3