-
I am running a project which just updated bundler to `1.14.6` and is now raising an exception when running `rails console`
Here's the backtrace:
https://gist.github.com/Tonkpils/b41918ac364015f7…
-
ディスク削除時にサーバーと接続状態、かつサーバの電源が入っている場合に
削除エラーとなる?
-
Installed it with gem install.
It seems that chef does not see that there is such a plugin.
-
Hi there,
I wanted to add some spec tests to an extension I currently develop (see https://github.com/poikilotherm/puppet-accounts/tree/feature_enable_cleartext_pw). Maybe it is just me, but all (!…
-
## Overview
docker-machine-driver-sakuracloudを直接起動時にオプション指定することで
環境変数設定用モードでの起動を行う。
環境変数を設定しておくことで以降のcreate時にその設定を利用できる。
bash-completionを合わせて実装することで
`export SAKURACLOUD_ACCESS_TOKEN='xxxxxxx'`というコマン…
-
to replicate:
```
mkdir asset_sync
cd asset_sync
cat Gemfile
source 'https://rubygems.org'
gem "fog", require: "fog/aws/storage"
gem "asset_sync"
EOF
bundle
cat test.rb
#!/usr/bin/env ruby
requ…
-
OSX,Windows上で$USE_CONTAINERフラグを立てて`make build`すると
Docker上でビルドされるが、archが設定されないでビルドされるため、
Dockerコンテナのarch(linux-amd64)でビルドされる。
このため、buildされたバイナリを実行しようとすると以下のエラーが出る。
```
-bash: bin/docker-machine-drive…
-
特殊タグ(@group=[a/b/c/d])設定用オプションを追加する
-
# Overview
サーバー作成時、公開セグメントに接続した状態(`--sakuracloud-private-ip-only`が指定されていない)の場合にGSLB配下に組み込みを行うオプションを追加する
GSLB自体はコントロールパネルからあらかじめ作成しておくこととする。
## GSLBへの組み込み時に指定すべき値
- GSLBのIDまたはNAME
- 重み付け(Weight)
## 参…
-
To reproduce:
```
$ git clone https://github.com/puppetlabs/puppetlabs-haproxy
$ bundle install
$ bundle exec rake spec
...
1) haproxy on supported platforms for OS-agnostic configuration on Debian…