summaryrefslogtreecommitdiff
path: root/manifests/package/itk.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/package/itk.pp')
-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 00000000..4ca9960e
--- /dev/null
+++ b/manifests/package/itk.pp
@@ -0,0 +1,5 @@
+class apache::package::itk inherits apache::package {
+ Package['apache'] {
+ name => 'apache2-itk',
+ }
+}