Initial Chef repository
This commit is contained in:
48
cookbooks/yum-mysql-community/recipes/connectors.rb
Normal file
48
cookbooks/yum-mysql-community/recipes/connectors.rb
Normal file
@@ -0,0 +1,48 @@
|
||||
#
|
||||
# Author:: Sean OMeara (<sean@chef.io>)
|
||||
# Recipe:: yum-mysql-community::connectors
|
||||
#
|
||||
# Copyright 2014, 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
yum_repository 'mysql-connectors-community' do
|
||||
description node['yum']['mysql-connectors-community']['description']
|
||||
baseurl node['yum']['mysql-connectors-community']['baseurl']
|
||||
mirrorlist node['yum']['mysql-connectors-community']['mirrorlist']
|
||||
gpgcheck node['yum']['mysql-connectors-community']['gpgcheck']
|
||||
gpgkey node['yum']['mysql-connectors-community']['gpgkey']
|
||||
enabled node['yum']['mysql-connectors-community']['enabled']
|
||||
cost node['yum']['mysql-connectors-community']['cost']
|
||||
exclude node['yum']['mysql-connectors-community']['exclude']
|
||||
enablegroups node['yum']['mysql-connectors-community']['enablegroups']
|
||||
failovermethod node['yum']['mysql-connectors-community']['failovermethod']
|
||||
http_caching node['yum']['mysql-connectors-community']['http_caching']
|
||||
include_config node['yum']['mysql-connectors-community']['include_config']
|
||||
includepkgs node['yum']['mysql-connectors-community']['includepkgs']
|
||||
keepalive node['yum']['mysql-connectors-community']['keepalive']
|
||||
max_retries node['yum']['mysql-connectors-community']['max_retries']
|
||||
metadata_expire node['yum']['mysql-connectors-community']['metadata_expire']
|
||||
mirror_expire node['yum']['mysql-connectors-community']['mirror_expire']
|
||||
priority node['yum']['mysql-connectors-community']['priority']
|
||||
proxy node['yum']['mysql-connectors-community']['proxy']
|
||||
proxy_username node['yum']['mysql-connectors-community']['proxy_username']
|
||||
proxy_password node['yum']['mysql-connectors-community']['proxy_password']
|
||||
repositoryid node['yum']['mysql-connectors-community']['repositoryid']
|
||||
sslcacert node['yum']['mysql-connectors-community']['sslcacert']
|
||||
sslclientcert node['yum']['mysql-connectors-community']['sslclientcert']
|
||||
sslclientkey node['yum']['mysql-connectors-community']['sslclientkey']
|
||||
sslverify node['yum']['mysql-connectors-community']['sslverify']
|
||||
timeout node['yum']['mysql-connectors-community']['timeout']
|
||||
action :create
|
||||
end
|
||||
48
cookbooks/yum-mysql-community/recipes/mysql55.rb
Normal file
48
cookbooks/yum-mysql-community/recipes/mysql55.rb
Normal file
@@ -0,0 +1,48 @@
|
||||
#
|
||||
# Author:: Sean OMeara (<sean@chef.io>)
|
||||
# Recipe:: yum-mysql-community::mysql55
|
||||
#
|
||||
# Copyright 2014, 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
yum_repository 'mysql55-community' do
|
||||
description node['yum']['mysql55-community']['description']
|
||||
baseurl node['yum']['mysql55-community']['baseurl']
|
||||
mirrorlist node['yum']['mysql55-community']['mirrorlist']
|
||||
gpgcheck node['yum']['mysql55-community']['gpgcheck']
|
||||
gpgkey node['yum']['mysql55-community']['gpgkey']
|
||||
enabled node['yum']['mysql55-community']['enabled']
|
||||
cost node['yum']['mysql55-community']['cost']
|
||||
exclude node['yum']['mysql55-community']['exclude']
|
||||
enablegroups node['yum']['mysql55-community']['enablegroups']
|
||||
failovermethod node['yum']['mysql55-community']['failovermethod']
|
||||
http_caching node['yum']['mysql55-community']['http_caching']
|
||||
include_config node['yum']['mysql55-community']['include_config']
|
||||
includepkgs node['yum']['mysql55-community']['includepkgs']
|
||||
keepalive node['yum']['mysql55-community']['keepalive']
|
||||
max_retries node['yum']['mysql55-community']['max_retries']
|
||||
metadata_expire node['yum']['mysql55-community']['metadata_expire']
|
||||
mirror_expire node['yum']['mysql55-community']['mirror_expire']
|
||||
priority node['yum']['mysql55-community']['priority']
|
||||
proxy node['yum']['mysql55-community']['proxy']
|
||||
proxy_username node['yum']['mysql55-community']['proxy_username']
|
||||
proxy_password node['yum']['mysql55-community']['proxy_password']
|
||||
repositoryid node['yum']['mysql55-community']['repositoryid']
|
||||
sslcacert node['yum']['mysql55-community']['sslcacert']
|
||||
sslclientcert node['yum']['mysql55-community']['sslclientcert']
|
||||
sslclientkey node['yum']['mysql55-community']['sslclientkey']
|
||||
sslverify node['yum']['mysql55-community']['sslverify']
|
||||
timeout node['yum']['mysql55-community']['timeout']
|
||||
action :create
|
||||
end
|
||||
48
cookbooks/yum-mysql-community/recipes/mysql56.rb
Normal file
48
cookbooks/yum-mysql-community/recipes/mysql56.rb
Normal file
@@ -0,0 +1,48 @@
|
||||
#
|
||||
# Author:: Sean OMeara (<sean@chef.io>)
|
||||
# Recipe:: yum-mysql-community::mysql56-community
|
||||
#
|
||||
# Copyright 2014, 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
yum_repository 'mysql56-community' do
|
||||
description node['yum']['mysql56-community']['description']
|
||||
baseurl node['yum']['mysql56-community']['baseurl']
|
||||
mirrorlist node['yum']['mysql56-community']['mirrorlist']
|
||||
gpgcheck node['yum']['mysql56-community']['gpgcheck']
|
||||
gpgkey node['yum']['mysql56-community']['gpgkey']
|
||||
enabled node['yum']['mysql56-community']['enabled']
|
||||
cost node['yum']['mysql56-community']['cost']
|
||||
exclude node['yum']['mysql56-community']['exclude']
|
||||
enablegroups node['yum']['mysql56-community']['enablegroups']
|
||||
failovermethod node['yum']['mysql56-community']['failovermethod']
|
||||
http_caching node['yum']['mysql56-community']['http_caching']
|
||||
include_config node['yum']['mysql56-community']['include_config']
|
||||
includepkgs node['yum']['mysql56-community']['includepkgs']
|
||||
keepalive node['yum']['mysql56-community']['keepalive']
|
||||
max_retries node['yum']['mysql56-community']['max_retries']
|
||||
metadata_expire node['yum']['mysql56-community']['metadata_expire']
|
||||
mirror_expire node['yum']['mysql56-community']['mirror_expire']
|
||||
priority node['yum']['mysql56-community']['priority']
|
||||
proxy node['yum']['mysql56-community']['proxy']
|
||||
proxy_username node['yum']['mysql56-community']['proxy_username']
|
||||
proxy_password node['yum']['mysql56-community']['proxy_password']
|
||||
repositoryid node['yum']['mysql56-community']['repositoryid']
|
||||
sslcacert node['yum']['mysql56-community']['sslcacert']
|
||||
sslclientcert node['yum']['mysql56-community']['sslclientcert']
|
||||
sslclientkey node['yum']['mysql56-community']['sslclientkey']
|
||||
sslverify node['yum']['mysql56-community']['sslverify']
|
||||
timeout node['yum']['mysql56-community']['timeout']
|
||||
action :create
|
||||
end
|
||||
48
cookbooks/yum-mysql-community/recipes/mysql57.rb
Normal file
48
cookbooks/yum-mysql-community/recipes/mysql57.rb
Normal file
@@ -0,0 +1,48 @@
|
||||
#
|
||||
# Author:: Sean OMeara (<sean@chef.io>)
|
||||
# Recipe:: yum-mysql-community::mysql57-community
|
||||
#
|
||||
# Copyright 2014, 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.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
yum_repository 'mysql57-community' do
|
||||
description node['yum']['mysql57-community']['description']
|
||||
baseurl node['yum']['mysql57-community']['baseurl']
|
||||
mirrorlist node['yum']['mysql57-community']['mirrorlist']
|
||||
gpgcheck node['yum']['mysql57-community']['gpgcheck']
|
||||
gpgkey node['yum']['mysql57-community']['gpgkey']
|
||||
enabled node['yum']['mysql57-community']['enabled']
|
||||
cost node['yum']['mysql57-community']['cost']
|
||||
exclude node['yum']['mysql57-community']['exclude']
|
||||
enablegroups node['yum']['mysql57-community']['enablegroups']
|
||||
failovermethod node['yum']['mysql57-community']['failovermethod']
|
||||
http_caching node['yum']['mysql57-community']['http_caching']
|
||||
include_config node['yum']['mysql57-community']['include_config']
|
||||
includepkgs node['yum']['mysql57-community']['includepkgs']
|
||||
keepalive node['yum']['mysql57-community']['keepalive']
|
||||
max_retries node['yum']['mysql57-community']['max_retries']
|
||||
metadata_expire node['yum']['mysql57-community']['metadata_expire']
|
||||
mirror_expire node['yum']['mysql57-community']['mirror_expire']
|
||||
priority node['yum']['mysql57-community']['priority']
|
||||
proxy node['yum']['mysql57-community']['proxy']
|
||||
proxy_username node['yum']['mysql57-community']['proxy_username']
|
||||
proxy_password node['yum']['mysql57-community']['proxy_password']
|
||||
repositoryid node['yum']['mysql57-community']['repositoryid']
|
||||
sslcacert node['yum']['mysql57-community']['sslcacert']
|
||||
sslclientcert node['yum']['mysql57-community']['sslclientcert']
|
||||
sslclientkey node['yum']['mysql57-community']['sslclientkey']
|
||||
sslverify node['yum']['mysql57-community']['sslverify']
|
||||
timeout node['yum']['mysql57-community']['timeout']
|
||||
action :create
|
||||
end
|
||||
Reference in New Issue
Block a user