class ElasticInfra::DirectorBootstrapWindows
knife bootstrap wrapper for Windows
Constants
- DEFAULT_TEMPLATE
Wraps like: sudo -E knife bootstrap \
--why-run \ host0001 -N host0001 \ -E production \ --bootstrap-template windows
Public Class Methods
new(argv = [])
click to toggle source
Calls superclass method
# File lib/chef/knife/director_bootstrap_windows.rb, line 29 def initialize(argv = []) @default_template = DEFAULT_TEMPLATE super end