cookbook 'xml', '= 1.1.2'
The xml cookbook has been deprecated
Author provided reason for deprecation:
The xml cookbook has been deprecated and is no longer being maintained by its authors. Use of the xml cookbook is no longer recommended.
xml
(23) Versions
1.1.2
-
Follow43
Installs xml
cookbook 'xml', '= 1.1.2', :supermarket
knife supermarket install xml
knife supermarket download xml
Description
Installs development package for libxml.
Requirements
Debian, Ubuntu, CentOS, Red Hat, Scientific, Fedora, SUSE, ArchLinux
Attributes
-
node['xml']['packages']
- Array of package names that should be installed
Recipes
default
Installs the development packages for libxml2 and libxslt.
ruby
Installs the nokogiri gem into Chef's Ruby environment so it can be
used in recipes.
License and Author
- Author:: Joshua Timberman (joshua@opscode.com)
- Copyright:: 2009-2012, Opscode, 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.