aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
blob: 32f64a254a061c1b7bd1e264776cb9c99fc37885 (plain)
1
2
3
4
5
6
7
# that's not for a real node called default, but
# config applied to every node
node default {
    include common::default_mageia_server
}

import "nodes/*.pp"