summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp9
1 files changed, 5 insertions, 4 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 51140b6..e618839 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -1,6 +1,7 @@
class git::base {
- package { 'git':
- ensure => present,
- alias => 'git',
- }
+
+ package { 'git':
+ ensure => present,
+ alias => 'git',
+ }
}