summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: ba261ee25a2d1356a360b1bf63aff18f0acfc3f2 (plain)
1
2
3
4
5
6
7
8
9
10
# modules/perl/manifests/init.pp - manage perl stuff
# Copyright (C) 2007 admin(at)immerda.ch
# GPLv3
# adapted by Puzzle ITC
# Marcel Härry haerry+puppet(at)puzzle.ch
# Simon Josi josi+puppet(at)puzzle.ch

class perl {
  include perl::base
}