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
/
mesa3d
/
manifests
/
init.pp
blob: 4747da97c2fec2bbb462f52d75d68048ea87d34f (
plain
)
1
2
3
4
5
class
mesa3d
{
case
$
::operatingsystem
{
Windows
: {
include
mesa3d
::windows
}
}
}