summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-23 14:07:36 +0000
committermh <mh@immerda.ch>2008-03-23 14:07:36 +0000
commit4c6397981decebd956cc37f76457fa8e2e253da9 (patch)
treeae595d26227dcb7f15e61c4dbc310788f7813cb0 /manifests
parente351463a71d62cb02aac8a6c330f15e42759582f (diff)
fixed typo
Diffstat (limited to 'manifests')
-rw-r--r--manifests/modules/php.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/modules/php.pp b/manifests/modules/php.pp
index b892686..0b6d47d 100644
--- a/manifests/modules/php.pp
+++ b/manifests/modules/php.pp
@@ -58,7 +58,7 @@ class php::debian::common {
}
class php::gentoo inherits php::base {
- Package[php]:
+ Package[php]{
category => 'dev-lang',
}