Class: ElasticInfra::DirectorBootstrapWindows
- Inherits:
-
Chef::Knife::Bootstrap
- Object
- Chef::Knife::Bootstrap
- ElasticInfra::DirectorBootstrapWindows
- Includes:
- DirectorBootstrapBase
- Defined in:
- lib/chef/knife/director_bootstrap_windows.rb
Overview
knife bootstrap wrapper for Windows
Constant Summary collapse
- DEFAULT_TEMPLATE =
Wraps like: sudo -E knife bootstrap \
--why-run \ host0001 -N host0001 \ -E production \ --bootstrap-template windows 'windows'
Instance Method Summary collapse
-
#initialize(argv = []) ⇒ DirectorBootstrapWindows
constructor
A new instance of DirectorBootstrapWindows.
Methods included from DirectorBootstrapBase
Constructor Details
#initialize(argv = []) ⇒ DirectorBootstrapWindows
Returns a new instance of DirectorBootstrapWindows.
30 31 32 33 |
# File 'lib/chef/knife/director_bootstrap_windows.rb', line 30 def initialize(argv = []) @default_template = DEFAULT_TEMPLATE super end |