From 10165927fe1847be3451413a72c631fe1a99c1f9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Dec 2009 11:12:38 -0200 Subject: Initial import --- manifests/git.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/git.pp (limited to 'manifests/git.pp') diff --git a/manifests/git.pp b/manifests/git.pp new file mode 100644 index 0000000..3d564c4 --- /dev/null +++ b/manifests/git.pp @@ -0,0 +1,5 @@ +# This class is the base for any other services handled by this module. + +class git { + package { "git-core": ensure => installed } +} -- cgit v1.2.3