2014-08-01から1ヶ月間の記事一覧
インフラエンジニアである私とPerlとの付き合いは7〜8年前にIDSのテスト用プログラムを 作ったくらいでほとんど無く、YAPC::Asiaというイベント自体も知らなかった。 6月くらいにYAPC::Asiaの存在を知り、サイトを見たら面白そうなトークが載っていたので…
ci_reporterだけだとエラーになる。 ci_reporter_rspecをインストールした実行出来た。 ci_reporter_rspecのインストール ci-reporter/ci_reporter_rspec · GitHub Gemfileに追記して gem 'ci_reporter_rspec' bundleを実行 bundle ServerspecのRakefileに以…
gem environment
こんなエラーになるみたい。わかりにくいなぁ。 ================================================================================ Error executing action `install` on resource 'package[httpd]' ===================================================…
spec/spec_helper.rbで以下を編集 options = Net::SSH::Config.for(c.host) をコメントアウト options = Net::SSH::Config.for(c.host, files=["ファイルのパス"]) 例 options = Net::SSH::Config.for(c.host) をコメントアウト options = Net::SSH::Config.…
dependsにincludeするcookbookを記載しておく必要がある 書き方 depends'cookbook名','>= バージョン' 例 depends'shimakaze','>= 0.1.0'