summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-04-03 12:50:25 +0200
committermh <mh@immerda.ch>2011-04-03 12:50:25 +0200
commitb8b6705865f947e4473a8e4981963dbeed667f8d (patch)
treee3261f539683d79c24781636cf3fc79b994d9762
parentd31940e3f0422fe17037354dbe9407a018427585 (diff)
we should pass the architecture to devel packages
-rw-r--r--manifests/devel.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/devel.pp b/manifests/devel.pp
index 213aa7c..9c2d9bc 100644
--- a/manifests/devel.pp
+++ b/manifests/devel.pp
@@ -1,5 +1,5 @@
class mysql::devel{
- package{'mysql-devel':
+ package{"mysql-devel.${architecture}":
ensure => present,
}
}