Created
October 21, 2012 07:51
-
-
Save tily/3926265 to your computer and use it in GitHub Desktop.
カレントディレクトリで chef-solo や knife を使うための設定ファイル
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
base_path = File.absolute_path(File.dirname(__FILE__)) | |
file_cache_path base_path | |
cookbook_path File.join(base_path, 'cookbooks') | |
role_path File.join(base_path, 'roles') | |
data_bag_path File.join(base_path, 'data_bags') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment