Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The tar cookbook has been deprecated

Author provided reason for deprecation:

The tar cookbook has been deprecated and is no longer being maintained by its authors. Use of the tar cookbook is no longer recommended.

RSS

tar (20) Versions 0.0.1

Installs tar and two resources to manage remote tar packages

Policyfile
Berkshelf
Knife
cookbook 'tar', '= 0.0.1', :supermarket
cookbook 'tar', '= 0.0.1'
knife supermarket install tar
knife supermarket download tar
README
Dependencies
Quality -%

DESCRIPTION

Installs tar and a resource for source package compilation.

LICENSE AND AUTHOR

Author:: Nathan L Smith (nathan@cramerdev.com)

Copyright 2011, Cramer Development, 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.

Resources/Providers

A tar_package LWRP provides an easy way to download remote files and compile and install them.

This only works for the most basic Autoconf programs that can do ./configure && make && make install.

Actions

  • :install: Installs the package

Attribute Parameters

  • source: name attribute. The source remote URL.
  • prefix: Directory to be used as the --prefix configure flag.
  • source_directory: Directory to which source files are download.
  • creates: A file this command creates - if the file exists, the command will not be run.
  • configure_flags: Array of additional flags to be passed to ./configure.

Example

tar_package 'http://pgfoundry.org/frs/download.php/1446/pgpool-3.4.1.tar.gz' do
  prefix '/usr/local'
  creates '/usr/local/bin/pgpool'
end

This will download, compile, and install the package from the given URL and install it into /usr/local.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

aerospike Applicable Versions
alfresco-transformations Applicable Versions
anaconda Applicable Versions
apache_spark Applicable Versions
apache_spark_ng Applicable Versions
azure_pipelines_agent_macos Applicable Versions
btm-test Applicable Versions
cassandra-reaper Applicable Versions
cesi Applicable Versions
chef-maven Applicable Versions
chef-sourcemod Applicable Versions
chef-steamcmd Applicable Versions
consul-template-cookbook Applicable Versions
corbel Applicable Versions
corus Applicable Versions
dotnetcore Applicable Versions
dynamodb-local Applicable Versions
geth Applicable Versions
go_chef Applicable Versions
gobblin Applicable Versions
gor Applicable Versions
habitat-cookbook Applicable Versions
intellij Applicable Versions
iojs Applicable Versions
jenkins_drupal Applicable Versions
kubernetes-install Applicable Versions
mattermost-cookbook Applicable Versions
multi_python Applicable Versions
nexus_repository_manager Applicable Versions
nsenter Applicable Versions
opencart Applicable Versions
openntpd Applicable Versions
orientdb Applicable Versions
pencil Applicable Versions
poweradmin Applicable Versions
shifter Applicable Versions
solr-lts Applicable Versions
stackify_agent Applicable Versions
stow Applicable Versions
tonicdns Applicable Versions
tripwire_agent Applicable Versions
vsts_agent_macos Applicable Versions
wordpress Applicable Versions
xldeploy Applicable Versions
xlrelease Applicable Versions

No quality metric results found