summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-09 12:01:33 -0500
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2010-02-09 12:01:33 -0500
commita6791ae93b0ff79b41dffab7ee48e63d095c888e (patch)
tree0530c2be3d7dcaabf69a09150d23665d1fc080df
parent9dd0aaaca05026a763333ef15da43f74890a50ad (diff)
fix typos
-rw-r--r--manifests/base.pp2
-rw-r--r--manifests/debian.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index ca89aac..51140b6 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -1,6 +1,6 @@
class git::base {
package { 'git':
ensure => present,
- alias => 'git,
+ alias => 'git',
}
}
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 1c17df9..8eaa778 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,5 +1,5 @@
class git::debian inherits git::base {
- Package['git] {
+ Package['git'] {
name => 'git-core',
}
}