summaryrefslogtreecommitdiff
path: root/features/data/cookbooks/node_cookbook_sync
diff options
context:
space:
mode:
Diffstat (limited to 'features/data/cookbooks/node_cookbook_sync')
-rw-r--r--features/data/cookbooks/node_cookbook_sync/README.rdoc8
-rw-r--r--features/data/cookbooks/node_cookbook_sync/attributes/attr_file.rb0
-rw-r--r--features/data/cookbooks/node_cookbook_sync/definitions/def_file.rb0
-rw-r--r--features/data/cookbooks/node_cookbook_sync/libraries/lib_file.rb0
-rw-r--r--features/data/cookbooks/node_cookbook_sync/metadata.rb6
-rw-r--r--features/data/cookbooks/node_cookbook_sync/recipes/default.rb18
6 files changed, 0 insertions, 32 deletions
diff --git a/features/data/cookbooks/node_cookbook_sync/README.rdoc b/features/data/cookbooks/node_cookbook_sync/README.rdoc
deleted file mode 100644
index 8d774805b9..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/README.rdoc
+++ /dev/null
@@ -1,8 +0,0 @@
-= DESCRIPTION:
-
-= REQUIREMENTS:
-
-= ATTRIBUTES:
-
-= USAGE:
-
diff --git a/features/data/cookbooks/node_cookbook_sync/attributes/attr_file.rb b/features/data/cookbooks/node_cookbook_sync/attributes/attr_file.rb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/attributes/attr_file.rb
+++ /dev/null
diff --git a/features/data/cookbooks/node_cookbook_sync/definitions/def_file.rb b/features/data/cookbooks/node_cookbook_sync/definitions/def_file.rb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/definitions/def_file.rb
+++ /dev/null
diff --git a/features/data/cookbooks/node_cookbook_sync/libraries/lib_file.rb b/features/data/cookbooks/node_cookbook_sync/libraries/lib_file.rb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/libraries/lib_file.rb
+++ /dev/null
diff --git a/features/data/cookbooks/node_cookbook_sync/metadata.rb b/features/data/cookbooks/node_cookbook_sync/metadata.rb
deleted file mode 100644
index 850a993fbb..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/metadata.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-maintainer "Opscode"
-maintainer_email "do_not_reply@opscode.com"
-license "Apache 2.0"
-description "Installs/Configures node_cookbook_sync"
-long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
-version "0.1"
diff --git a/features/data/cookbooks/node_cookbook_sync/recipes/default.rb b/features/data/cookbooks/node_cookbook_sync/recipes/default.rb
deleted file mode 100644
index 7912164bf3..0000000000
--- a/features/data/cookbooks/node_cookbook_sync/recipes/default.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Cookbook Name:: node_cookbook_sync
-# Recipe:: default
-#
-# Copyright 2009, Opscode
-#
-# 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.
-#