summaryrefslogtreecommitdiff
path: root/manifests/client/perl.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-12-30 12:22:50 -0500
committerMicah Anderson <micah@riseup.net>2011-12-30 12:22:50 -0500
commite68fdf60f5ddd2c5e3a3ec5cba4730b5124275ed (patch)
treeb883db656bb388515c3c521c7cca6efb3d5600a4 /manifests/client/perl.pp
parentdfd86c83a3032d1df92dda57884fcd9254f30ae5 (diff)
parenteeb5febdaa11611443586dccc4432804f47a4271 (diff)
Merge remote-tracking branch 'riseup/master'
Diffstat (limited to 'manifests/client/perl.pp')
-rw-r--r--manifests/client/perl.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/client/perl.pp b/manifests/client/perl.pp
new file mode 100644
index 0000000..09a790b
--- /dev/null
+++ b/manifests/client/perl.pp
@@ -0,0 +1,7 @@
+class mysql::client::perl {
+
+ case $operatingsystem {
+ debian: { include mysql::client::perl::debian }
+ }
+
+}