lib/deployment/install-centos-rubyweb.rb in capitate-0.2.3 vs lib/deployment/install-centos-rubyweb.rb in capitate-0.2.5

- old
+ new

@@ -51,15 +51,15 @@ memcached.centos.install # # Install monit hooks # - nginx.install_monit - mysql.install_monit + nginx.monit.install + mysql.monit.install # Gem installs gems.install([ "rake", "mysql -- --with-mysql-include=/usr/include/mysql --with-mysql-lib=/usr/lib/mysql --with-mysql-config", - "raspell", "rmagick", "mongrel", "mongrel_cluster","json" ]) + "raspell", "rmagick", "mongrel", "mongrel_cluster","json", "mime-types" ]) # Cleanup yum.clean end