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
/
imx6
/
manifests
/
init.pp
blob: dbf069e1880665b62f36f86f48345f196d68fbb3 (
plain
)
1
2
3
4
5
6
class
imx6
{
case
$
::operatingsystem
{
Ubuntu
: {
include
imx6
::linux
}
}
}