Skip to content

Instantly share code, notes, and snippets.

View yutokyokutyo's full-sized avatar
:octocat:
done! more and more!

Yuto Kondo yutokyokutyo

:octocat:
done! more and more!
View GitHub Profile
rooms = %w[
]
names = %w[
]
names.take(1000).each{ |name|
line = rooms.find { |room|
number,name1,name2 = room.split(",")

Ops研修(12月19日)

Chapter 7: Puppet を導入する

bundle install で gem が入らない。。

.bash_profile を source してくるやり方を試してみたところ、gem が入らなくなりました。

==> default: Error: Could not find command 'bundle'
==> default: Error: /Stage[main]/Main/Exec[install gem]/returns: change from notrun to 0 failed: Could not find command 'bundle'
==> default: Info: Creating state file /var/lib/puppet/state/state.yaml

Ops研修(12月18日)

Chapter 7: Puppet を導入する

.bash_profile の中に書いてあった paeth をexecリソースのデフォルト値に全部突っ込んだらエラーがでてきた

==> default: Notice: /Stage[main]/Main/Exec[install ruby]/returns: rbenv: no such command `install'
==> default: Notice: /Stage[main]/Main/Exec[install ruby]/returns: rbenv: version `2.1.5' not installed
==> default: Error: rbenv install 2.1.5 ; rbenv global 2.1.5 returned 1 instead of one of [0]

Ops研修(12月17日)

Chapter 7: Puppet を導入する

vagrant destroy => up をして何もない状態から provisioning をすると Worning がでる

==> default: Error: Working directory '/home/vagrant/Sample_app_on_VM' does not exist
==> default: Error: /Stage[main]/Main/Exec[install gem]/returns: change from notrun to 0 failed: Working directory '/home/vagrant/Sample_app_on_VM' does not exist
==> default: Transaction Summary
==> default: ================================================================================
==> default: Install      14 Package(s)
==> default: Total download size: 6.2 M
==> default: Installed size: 14 M
==> default: Downloading Packages:
==> default: --------------------------------------------------------------------------------
==> default: Total                                           593 kB/s | 6.2 MB     00:10
==> default: Running rpm_check_debug

Ops研修(12月16日)

Chapter 7: Puppet を導入する

rbenv の環境変数を設定する

HOME の環境変数が指定されていなかった

rbenv についての環境変数をpathで指定したつもりだったのに、なんで command not found になってしまうのだろう。

==> default: Error: /home/vagrant/.bash_profile: line 4: rbenv: command not found
==> default: sh: rbenv: command not found
==> default:

Ops研修(12月12日)

Chapter 7: Puppet を導入する

git clone してくるときに、もうそのディレクトリありますよと言われる

creates で指定しているのになんでこんなエラーが出てくるのだろう。。

=> default: Error: Invalid parameter creaters on Exec[rbenv] at /tmp/vagrant-puppet-3/manifests/init.pp:27 on node localhost
==> default: Wrapped exception:
==> default: Invalid parameter creaters
==> default: Error: Invalid parameter creaters on Exec[rbenv] at /tmp/vagrant-puppet-3/manifests/init.pp:27 on node localhost

パラメーターが無効。。

問題

ううむ。。VM上で puppet aplly するとエラーがでるなあ。(正確にはvagrant provision) パッケージが間違っているっぽい。 それと SSH command でエラー?? なんなんだろう??

==> default: Info: Applying configuration version '1418268595'