Bug #169 ยป 0001-Fix-typo-in-unattended-controller.patch
app/controllers/unattended_controller.rb | ||
---|---|---|
# we don't do anything if we are in spoof mode.
|
||
return if @spoof
|
||
return false unless GW::Puppetca.clean name
|
||
return false unless GW::Puppetca.clean @host.name
|
||
return false unless GW::Puppetca.sign @host.name
|
||
end
|
||
end
|