summaryrefslogtreecommitdiff
path: root/manifests/modules/mod_unique_id.pp
blob: 25d8f13844489492ac270df62c7f9548a3a2d549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# modules/apache/manifests/modules/mod_unique_id.pp
# 2008 - admin(at)immerda.ch
# License: GPLv3

class apache::mod_unique_id {
    case $operatingsystem {
        default: { include apache::mod_unique_id::base }
    }
}

class apache::mod_unique_id::base {
    #noting todo yet
}