エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How do I let a wrapper cookbook use its parent's template in a definition?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How do I let a wrapper cookbook use its parent's template in a definition?
I'm working with the apache2 vendor cookbook, and my own app-cookbook. In my recipe, I want to us... I'm working with the apache2 vendor cookbook, and my own app-cookbook. In my recipe, I want to use the web_app definition for a site and have it use the template defined in the vendor cookbook #my-apache2/recipes/my-site.rb web_app "my-site" do #template not specified here, so it should use default server_name "my-site.com" docroot "#{app_dir}/public" end Which results in Error executing action `c