aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
blob: 61a76ee8a6297ab8f86f1f0040ff51a1472aa0e0 (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'