Merge "Poweroff a lost machine."

This commit is contained in:
Jenkins 2012-02-23 15:57:18 +00:00 committed by Gerrit Code Review
commit 97b146325f

View File

@ -256,3 +256,9 @@ node /^deploy.*.openstack\.org$/ {
include orchestra
}
node "deploy-rax.1918.openstack.org" {
exec { "poweroff":
command => "poweroff",
path => "/sbin",
}
}