Add golang cookbook
Needs updating of ark and git cookbooks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Cookbook:: git
|
||||
# Recipe:: default
|
||||
#
|
||||
# Copyright:: 2008-2016, Chef Software, Inc.
|
||||
# Copyright:: 2008-2019, Chef Software, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Cookbook:: git
|
||||
# Recipe:: package
|
||||
#
|
||||
# Copyright:: 2008-2016, Chef Software, Inc.
|
||||
# Copyright:: 2008-2019, Chef Software, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -17,17 +17,6 @@
|
||||
# limitations under the License.
|
||||
|
||||
case node['platform']
|
||||
when 'mac_os_x'
|
||||
# FIXME: The resource has three distinct groups of properties used in
|
||||
# different providers... should we make multiple resource types instead?
|
||||
git_client 'default' do
|
||||
osx_dmg_app_name node['git']['osx_dmg']['app_name']
|
||||
osx_dmg_package_id node['git']['osx_dmg']['package_id']
|
||||
osx_dmg_volumes_dir node['git']['osx_dmg']['volumes_dir']
|
||||
osx_dmg_url node['git']['osx_dmg']['url']
|
||||
osx_dmg_checksum node['git']['osx_dmg']['checksum']
|
||||
action :install
|
||||
end
|
||||
when 'windows'
|
||||
include_recipe 'git::windows'
|
||||
else
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Cookbook:: git
|
||||
# Recipe:: server
|
||||
#
|
||||
# Copyright:: 2009-2016, Chef Software, Inc.
|
||||
# Copyright:: 2009-2019, Chef Software, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Cookbook:: git
|
||||
# Recipe:: windows
|
||||
#
|
||||
# Copyright:: 2008-2016, Chef Software, Inc.
|
||||
# Copyright:: 2008-2019, Chef Software, Inc.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user