summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 00:48:17 +0000
committermh <mh@immerda.ch>2008-01-31 00:48:17 +0000
commite8506d80ebe698181897baa8f09815c312d0a801 (patch)
treedf790594949d5a94bc5a2360d66aa4d33598e753 /manifests/init.pp
parent3a173577efc9134570464566444fa4648b3b4667 (diff)
fixed typo
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index be5b97c..08f31d1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -18,7 +18,7 @@ class puppet {
package{'facter':
name => 'facter',
category => $operatingsystem ? {
- gentoo => 'dev-ruby'
+ gentoo => 'dev-ruby',
default => '',
},
ensure => present,