Report abuse

$datacenter = datacenter()
$network = network()

import "nodes"
import "classes/*.pp"
import "users/*.pp"

filebucket { main: path => "/var/lib/puppet/filebucket"}

# global defaults
File { backup => main, tag => "puppet" }
Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin:/usr/local/bin:/usr/local/sbin:/opt/wf/bin:/opt/wf/sbin/" }


Package {
    provider => $operatingsystem ? {
        redhat => yum
    }
}