Skip to content

Commit

Permalink
Merge pull request #160 from sportngin/IS-10856_do_not_copy_install_u…
Browse files Browse the repository at this point in the history
…pdates_on_boot

IS-10856 do not copy install updates on boot
  • Loading branch information
tsndqst committed Sep 26, 2019
2 parents 4eb7d83 + f6f94ea commit 741239f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/opsicle/manageable_instance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class ManageableInstance
:subnet_id,
:architecture,
:root_device_type,
:install_updates_on_boot,
:ebs_optimized,
:tenancy,
:opsworks,
Expand All @@ -46,7 +45,6 @@ def initialize(instance, layer, stack, opsworks, ec2, cli)
self.subnet_id = instance.subnet_id
self.architecture = instance.architecture
self.root_device_type = instance.root_device_type
self.install_updates_on_boot = instance.install_updates_on_boot
self.ebs_optimized = instance.ebs_optimized
self.tenancy = instance.tenancy
self.opsworks = opsworks
Expand Down Expand Up @@ -240,7 +238,6 @@ def create_new_instance(new_instance_hostname, instance_type, ami_id, agent_vers
virtualization_type: self.virtualization_type,
architecture: self.architecture, # accepts x86_64, i386
root_device_type: self.root_device_type, # accepts ebs, instance-store
install_updates_on_boot: self.install_updates_on_boot,
#ebs_optimized: self.ebs_optimized,
agent_version: agent_version,
tenancy: self.tenancy,
Expand Down

0 comments on commit 741239f

Please sign in to comment.