lib/ridley/chef_objects/node_object.rb in ridley-1.7.1 vs lib/ridley/chef_objects/node_object.rb in ridley-2.0.0

- old
+ new

@@ -122,23 +122,9 @@ # @return [Boolean] def rackspace? self.cloud_provider == "rackspace" end - # Executes a Chef run on the node - # - # @return [HostConnector::Response] - def chef_run - resource.chef_run(self.public_hostname) - end - - # Puts the configured encrypted data bag secret on the node - # - # @return [HostConnector::Response] - def put_secret - resource.put_secret(self.public_hostname) - end - # Merges the instaniated nodes data with the given data and updates # the remote with the merged results # # @option options [Array] :run_list # run list items to merge