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
/
mingw
/
manifests
/
init.pp
blob: 9904bf87430fdbe9a3f451ba77afde31e4c35c66 (
plain
)
1
2
3
4
5
class
mingw
{
case
$
::kernel
{
windows
: {
include
mingw
::windows
}
}
}