index
:
qtqa/sysadmin.git
master
Scripts used for the system administration of Qt automated test infrastructure.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
puppet
/
modules
/
distccd
/
manifests
/
init.pp
blob: 8f5a2652bdfaf8a4118a589dcab4f0cf29da39db (
plain
)
1
2
3
4
5
6
class
distccd
{
case
$
::operatingsystem
{
Darwin
: {
include
distccd
::mac
}
}
}