ようへいの日々精進XP

よかろうもん

databag を使ってユーザーアカウントを作成する+それを serverspec でテストする

概要

  • databag を使ってでサーバーにログインするユーザーを作成する

チートシート

レシピ

${chef-repo}/site-cookbooks/manage_user/recipes/manage_user.rb

databag

${chef-repo}/data_bags/users/user.json

パスワードは openssl passwd -1 "your_password" で作成すると良いでしょう。

serverspec

個人的には...

  • 気をつけるのは solo.rb 内の databag のディレクトリパス