Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Backed out changeset 789ea5c30936
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Apr 7, 2017
1 parent 50b155f commit 70bc2e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
4 changes: 2 additions & 2 deletions manifests/moco-nodes.pp
Expand Up @@ -1045,7 +1045,7 @@
$aspects = [ 'low-security' ]
$slave_trustlevel = 'try'
$pin_puppet_server = "releng-puppet2.srv.releng.scl3.mozilla.com"
$pin_puppet_env = "dcrisan"
include toplevel::slave::releng::test::gpu
$pin_puppet_env = "jwatkins"
include toplevel::base
}

17 changes: 0 additions & 17 deletions modules/hardware/manifests/init.pp
Expand Up @@ -87,23 +87,6 @@
}
}
}
if ($::virtual == "xenhvm") {
case $::operatingsystem {
Ubuntu: {
case $::operatingsystemrelease {
16.04: {
class {'packages::xen_tools': }
}
default: {
fail("Unrecognized Ubuntu version $::operatingsystemrelease")
}
}
}
default: {
fail ("Operating system $::operatingsystem not suported")
}
}
}
if ($::operatingsystem == "Windows") {
include hardware::hddoff
include hardware::highperformance
Expand Down
24 changes: 0 additions & 24 deletions modules/packages/manifests/xen_tools.pp

This file was deleted.

0 comments on commit 70bc2e1

Please sign in to comment.