2014-04-03から1日間の記事一覧

ntpの導入をTDDライクにやってみる

serverspecでテストを実行できるようになったので、ntpの導入をTDDライクに進めながらやってみようと思います。まずはテストケースから。 describe package('ntp') do it { should be_installed } end describe file('/etc/ntp.conf') do it { should be_fil…