lib/recipes/centos/memcached.rb in capitate-0.2.6 vs lib/recipes/centos/memcached.rb in capitate-0.2.7
- old
+ new
@@ -26,10 +26,10 @@
fetch_or_default(:memcached_port, 11211)
fetch(:memcached_memory)
fetch(:memcached_build_options)
# Build
- script.make_install("memcached", memcached_build_options)
+ build.make_install("memcached", memcached_build_options)
# Install initscript, service
put template.load("memcached/memcached.initd.centos.erb"), "/tmp/memcached.initd"
run_via "install -o root /tmp/memcached.initd /etc/init.d/memcached && rm -f /tmp/memcached.initd"
run_via "/sbin/chkconfig --level 345 memcached on"
\ No newline at end of file