summaryrefslogtreecommitdiff
path: root/manifests/init.pp
blob: 4c5062a5baddfe8d8433ff08fff62b2431ec876e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 {
    case $operatingsystem {
        default: { include perl::base }
    }
}