Method: Parameters#ValidateDC
- Defined in:
- lib/dyntool.rb
#ValidateDC(site) ⇒ Object
validate that site exist in yaml
416 417 418 419 420 421 |
# File 'lib/dyntool.rb', line 416 def ValidateDC(site) if ! @conf.GetDcs.include? site puts "The DC does not exist" DisplayUsage() end end |