Installing & configure supervisor with storm

Two needed files for configure supervisor are supervisord-storm-nimbus.ini (github) and supervisord-storm-supervisor.ini (github)
And changes in Vagrantfile are below

config.vm.provision :shell, :inline  => '
	yum install -y storm
	yum install -y supervisor

	cp /vagrant/*.ini /etc/supervisord.d/
	/etc/init.d/supervisord start'