le1t0-deprec 2.1.6.083 → 2.1.6.084
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/deprec/recipes/memcache.rb +0 -1
- metadata +1 -1
@@ -90,7 +90,6 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
90
90
|
desc "Push memcached config files (system & project level) to server"
|
91
91
|
task :config, :roles => :memcached do
|
92
92
|
deprec2.push_configs(:memcache, SYSTEM_CONFIG_FILES[:memcache])
|
93
|
-
reload
|
94
93
|
end
|
95
94
|
|
96
95
|
desc "Start memcached"
|