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