OSDN Git Service

adds vendor/cookbooks directory.
authorwhitestar <whitestar@users.osdn.me>
Thu, 10 Aug 2017 11:23:30 +0000 (20:23 +0900)
committerwhitestar <whitestar@users.osdn.me>
Thu, 10 Aug 2017 11:23:30 +0000 (20:23 +0900)
.gitignore
roles/Berksfile
vendor/cookbooks/.gitkeep [new file with mode: 0644]

index c123697..82e4fb4 100644 (file)
@@ -22,7 +22,7 @@ Berksfile.lock
 \#*#
 .*.sw[a-z]
 *.un~
-/vendor/cookbooks
+/vendor/cookbooks/*
 #/cookbooks
 
 # Bundler
@@ -40,3 +40,6 @@ bin/*
 
 # Rubocop
 .rubocop_todo.yml
+
+!.gitkeep
+
index f86bf6c..12404d2 100644 (file)
 # limitations under the License.
 #
 
-#grid_chef_repo = 'git://git.osdn.jp/gitroot/metasearch/grid-chef-repo.git'
-
 # for ver. 3.x
-source 'https://berks-api.io.example.com:6280'
+#source 'https://berks-api.io.example.com:6280'
 source 'https://supermarket.chef.io'
-#source 'https://api.berkshelf.com'  # old
-# for ver. 2.x
-#chef_api :config
-#site :opscode
 
 #metadata
 # Could not open or read: './roles/metadata.rb'
diff --git a/vendor/cookbooks/.gitkeep b/vendor/cookbooks/.gitkeep
new file mode 100644 (file)
index 0000000..e69de29