lib/chef/provisioning/machine.rb in chef-provisioning-0.17 vs lib/chef/provisioning/machine.rb in chef-provisioning-0.18
- old
+ new
@@ -101,10 +101,10 @@
# TODO get rid of the action_handler attribute, that is ridiculous
# Detect the OS on the machine (assumes the machine is up)
# Returns a triplet:
# platform, platform_version, machine_architecture = machine.detect_os(action_handler)
# This triplet is suitable for passing to the Chef metadata API:
- # https://www.opscode.com/chef/metadata?p=PLATFORM&pv=PLATFORM_VERSION&m=MACHINE_ARCHITECTURE
+ # https://www.chef.io/chef/metadata?p=PLATFORM&pv=PLATFORM_VERSION&m=MACHINE_ARCHITECTURE
def detect_os(action_handler)
raise "detect_os not overridden on #{self.class}"
end
end
end