From 937af82cde2920222682220e7a857d5587472a45 Mon Sep 17 00:00:00 2001 From: Ho-Sheng Hsiao Date: Fri, 30 Apr 2010 17:15:19 -0400 Subject: [PATCH] [CB] Added Rackspace cookbook --- rackspace/README.rdoc | 8 ++++++++ rackspace/metadata.rb | 6 ++++++ rackspace/recipes/default.rb | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 rackspace/README.rdoc create mode 100644 rackspace/metadata.rb create mode 100644 rackspace/recipes/default.rb diff --git a/rackspace/README.rdoc b/rackspace/README.rdoc new file mode 100644 index 000000000..8d774805b --- /dev/null +++ b/rackspace/README.rdoc @@ -0,0 +1,8 @@ += DESCRIPTION: + += REQUIREMENTS: + += ATTRIBUTES: + += USAGE: + diff --git a/rackspace/metadata.rb b/rackspace/metadata.rb new file mode 100644 index 000000000..3c247ddd9 --- /dev/null +++ b/rackspace/metadata.rb @@ -0,0 +1,6 @@ +maintainer "Example Com" +maintainer_email "ops@example.com" +license "Apache 2.0" +description "Installs/Configures rackspace" +long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc')) +version "0.1" diff --git a/rackspace/recipes/default.rb b/rackspace/recipes/default.rb new file mode 100644 index 000000000..6b35e834a --- /dev/null +++ b/rackspace/recipes/default.rb @@ -0,0 +1,18 @@ +# +# Cookbook Name:: rackspace +# Recipe:: default +# +# Copyright 2010, Example Com +# +# 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. +#