summaryrefslogtreecommitdiff
path: root/manifests/package
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-05-23 01:02:09 +0200
committermh <mh@immerda.ch>2009-05-23 01:02:09 +0200
commit915b19343c58deaf7ceca344d47d8f0fbcbd02fb (patch)
tree6de6f611b901ff39e54c56363819a1906a0bb5ba /manifests/package
parent180c13e4cc88e5d3e49c0a2c8d2d34ecc531c044 (diff)
put the override in the correct class
Diffstat (limited to 'manifests/package')
-rw-r--r--manifests/package/itk.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/package/itk.pp b/manifests/package/itk.pp
new file mode 100644
index 0000000..4ca9960
--- /dev/null
+++ b/manifests/package/itk.pp
@@ -0,0 +1,5 @@
+class apache::package::itk inherits apache::package {
+ Package['apache'] {
+ name => 'apache2-itk',
+ }
+}